diff --git a/ui/public/assets/schema/provider/dynamic-http.schema.json b/ui/public/assets/schema/provider/dynamic-http.schema.json index f4f96fe4b..a948e7be6 100644 --- a/ui/public/assets/schema/provider/dynamic-http.schema.json +++ b/ui/public/assets/schema/provider/dynamic-http.schema.json @@ -116,7 +116,7 @@ { "properties": { "initializeFromPersistentCacheInBackground": { - "const": true + "enum": [true] }, "backgroundInitializationFromCacheDelay": { "title": "label.background-init-from-cache-delay", @@ -129,9 +129,10 @@ { "properties": { "initializeFromPersistentCacheInBackground": { - "const": false + "enum": [false] } } + } ] } diff --git a/ui/src/app/App.js b/ui/src/app/App.js index 9d37b1f0a..ee40bb538 100644 --- a/ui/src/app/App.js +++ b/ui/src/app/App.js @@ -23,6 +23,7 @@ import { UserConfirmation, ConfirmWindow } from './core/components/UserConfirmat import { NewSource } from './metadata/new/NewSource'; import { NewProvider } from './metadata/new/NewProvider'; import { Filter } from './metadata/Filter'; +import { Contention } from './metadata/contention/ContentionContext'; function App() { @@ -43,30 +44,32 @@ function App() { - - {(message, confirm, confirmCallback, setConfirm, getConfirmation) => - - - -
-
- - - - - - - - - - - -
-