summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/apps/inventoryApp/src/index.html
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2021-04-08 12:39:48 +0000
committerGerrit Code Review <gerrit@onap.org>2021-04-08 12:39:48 +0000
commitd702f00b71218c56af766363ce19f2459081d73c (patch)
treefafd0b1b622473745bebd767ccab55382d79b5df /sdnr/wt/odlux/apps/inventoryApp/src/index.html
parentf3969004c6ccac18e742c5fc48c844e315991023 (diff)
parent21e4a946cd24b8a03ea577352f0271ebf7669ffa (diff)
Merge "update odlux for notification change"
Diffstat (limited to 'sdnr/wt/odlux/apps/inventoryApp/src/index.html')
-rw-r--r--sdnr/wt/odlux/apps/inventoryApp/src/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/sdnr/wt/odlux/apps/inventoryApp/src/index.html b/sdnr/wt/odlux/apps/inventoryApp/src/index.html
index 75531ec1b..21f31300f 100644
--- a/sdnr/wt/odlux/apps/inventoryApp/src/index.html
+++ b/sdnr/wt/odlux/apps/inventoryApp/src/index.html
@@ -15,9 +15,10 @@
<script type="text/javascript" src="./config.js"></script>
<script>
// run the application
- require(["app", "inventoryApp", "connectApp"], function (app, inventoryApp, connectApp) {
+ require(["app", "inventoryApp", "connectApp", "configurationApp"], function (app, inventoryApp, connectApp, configurationApp) {
inventoryApp.register();
connectApp.register();
+ configurationApp.register();
app("./app.tsx").runApplication();
});
</script>