mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-06 03:00:23 +00:00
working version
This commit is contained in:
@@ -13,8 +13,8 @@ describe("SmartUiComponent", () => {
|
||||
text: "More Details"
|
||||
}
|
||||
},
|
||||
children: [
|
||||
{
|
||||
children: {
|
||||
"throughput": {
|
||||
id: "throughput",
|
||||
input: {
|
||||
label: "Throughput (input)",
|
||||
@@ -27,7 +27,7 @@ describe("SmartUiComponent", () => {
|
||||
inputType: "spin"
|
||||
}
|
||||
},
|
||||
{
|
||||
"throughput2": {
|
||||
id: "throughput2",
|
||||
input: {
|
||||
label: "Throughput (Slider)",
|
||||
@@ -40,7 +40,7 @@ describe("SmartUiComponent", () => {
|
||||
inputType: "slider"
|
||||
}
|
||||
},
|
||||
{
|
||||
"containerId": {
|
||||
id: "containerId",
|
||||
input: {
|
||||
label: "Container id",
|
||||
@@ -48,7 +48,7 @@ describe("SmartUiComponent", () => {
|
||||
type: "string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"analyticalStore": {
|
||||
id: "analyticalStore",
|
||||
input: {
|
||||
label: "Analytical Store",
|
||||
@@ -59,7 +59,7 @@ describe("SmartUiComponent", () => {
|
||||
type: "boolean"
|
||||
}
|
||||
},
|
||||
{
|
||||
"database": {
|
||||
id: "database",
|
||||
input: {
|
||||
label: "Database",
|
||||
@@ -73,8 +73,8 @@ describe("SmartUiComponent", () => {
|
||||
defaultKey: "db2"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
const exampleCallbacks = (newValues: Map<string, InputType>): void => {
|
||||
|
||||
Reference in New Issue
Block a user