Compare commits

...

19 Commits

Author SHA1 Message Date
MokireddySampath
6a55fedf02 Update DataTableBindingManager.ts 2023-06-06 23:45:04 +05:30
MokireddySampath
54eb320965 Update DataTableBindingManager.ts 2023-06-06 23:43:49 +05:30
MokireddySampath
aefa46c7f4 Update AddCollectionPanel.test.tsx.snap 2023-06-06 23:39:50 +05:30
MokireddySampath
f80927e853 Update PanelComponent.less 2023-06-06 23:39:20 +05:30
MokireddySampath
2911cd8de0 Update AddCollectionPanel.tsx 2023-06-06 23:38:50 +05:30
MokireddySampath
898cb4b79e Update AddCollectionPanel.tsx 2023-06-06 23:36:17 +05:30
MokireddySampath
e17be27186 Update ThroughputInput.less 2023-06-06 23:35:09 +05:30
MokireddySampath
5339b1ddc9 Update TableEntity.tsx 2023-06-06 23:34:38 +05:30
MokireddySampath
745fd3a6e5 Update queryBuilder.less 2023-06-06 23:34:04 +05:30
Sampath
4cb7c3eb26 Column header is populated with text 2023-06-06 23:32:16 +05:30
Sampath
21e2ecefc1 learn more link under analytical store 2023-06-06 19:42:27 +05:30
Sampath
b48c3d7735 keyboard accessibility added to rows in table entities 2023-06-06 17:22:27 +05:30
Sampath
45b9f6b244 outline for edit entity has been added on focus 2023-06-06 16:20:00 +05:30
MokireddySampath
fe40e77ef8 Update TableEntity.tsx 2023-06-06 16:16:01 +05:30
MokireddySampath
8c062cd5de Update SplashScreen.tsx 2023-05-22 18:10:53 +05:30
MokireddySampath
2bbd63f0b6 Update QuickstartCarousel.tsx 2023-05-22 18:09:28 +05:30
Sampath
c8310021bc outline has been restored to choose columns link in entities page 2023-05-22 18:05:39 +05:30
Sampath
93392c8795 heading role has been addedd and tag has been changed to h1 2023-05-22 17:04:36 +05:30
Sampath
f98cdf39d6 arialabel has been added to close button of invitational youtube video 2023-05-17 18:57:51 +05:30
2 changed files with 7 additions and 7 deletions

View File

@@ -24,6 +24,8 @@ import { calculateEstimateNumber, usageInGB } from "../../../../../Utils/Pricing
import { Int32 } from "../../../../Panes/Tables/Validators/EntityPropertyValidationCommon";
import {
AutoscaleEstimatedSpendingDisplayProps,
ManualEstimatedSpendingDisplayProps,
PriceBreakdown,
checkBoxAndInputStackProps,
getAutoPilotV3SpendElement,
getChoiceGroupStyles,
@@ -31,16 +33,14 @@ import {
getRuPriceBreakdown,
getTextFieldStyles,
getToolTipContainer,
ManualEstimatedSpendingDisplayProps,
manualToAutoscaleDisclaimerElement,
messageBarStyles,
noLeftPaddingCheckBoxStyle,
PriceBreakdown,
saveThroughputWarningMessage,
titleAndInputStackProps,
transparentDetailsHeaderStyle,
} from "../../SettingsRenderUtils";
import { getSanitizedInputValue, IsComponentDirtyResult, isDirty } from "../../SettingsUtils";
import { IsComponentDirtyResult, getSanitizedInputValue, isDirty } from "../../SettingsUtils";
import { ToolTipLabelComponent } from "../ToolTipLabelComponent";
export interface ThroughputInputAutoPilotV3Props {
@@ -218,7 +218,7 @@ export class ThroughputInputAutoPilotV3Component extends React.Component<
const estimatedSpendingColumns: IColumn[] = [
{
key: "costType",
name: "",
name: "Cost Type",
fieldName: "costType",
minWidth: 100,
maxWidth: 200,
@@ -312,7 +312,7 @@ export class ThroughputInputAutoPilotV3Component extends React.Component<
const estimatedSpendingColumns: IColumn[] = [
{
key: "costType",
name: "",
name: "Cost type",
fieldName: "costType",
minWidth: 100,
maxWidth: 200,

View File

@@ -311,7 +311,7 @@ exports[`ThroughputInputAutoPilotV3Component spendAck checkbox visible 1`] = `
"key": "costType",
"maxWidth": 200,
"minWidth": 100,
"name": "",
"name": "Cost type",
"styles": Object {
"root": Object {
"selectors": Object {
@@ -586,7 +586,7 @@ exports[`ThroughputInputAutoPilotV3Component throughput input visible 1`] = `
"key": "costType",
"maxWidth": 200,
"minWidth": 100,
"name": "",
"name": "Cost type",
"styles": Object {
"root": Object {
"selectors": Object {