summaryrefslogtreecommitdiffstats
path: root/alarm-analysis/src/main/webapp/alarm/index.html
diff options
context:
space:
mode:
authorSeshu Kumar M <seshu.kumar.m@huawei.com>2017-03-01 10:15:46 +0000
committerGerrit Code Review <gerrit@open-o.org>2017-03-01 10:15:46 +0000
commitc97837a283b0f89b266bb1eeb9e089995f3f0db5 (patch)
treeab0c1399978c9b32d873fc1d7956dbcaaf1e4799 /alarm-analysis/src/main/webapp/alarm/index.html
parentd05ff932fde90302174bfbf519f7b5e74dbae718 (diff)
parentf14d8c4b00e0885b1b0a1c84ee35b25fc4d5f4d3 (diff)
Merge "Add rule manager common component"
Diffstat (limited to 'alarm-analysis/src/main/webapp/alarm/index.html')
-rw-r--r--alarm-analysis/src/main/webapp/alarm/index.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/alarm-analysis/src/main/webapp/alarm/index.html b/alarm-analysis/src/main/webapp/alarm/index.html
new file mode 100644
index 00000000..423e4cad
--- /dev/null
+++ b/alarm-analysis/src/main/webapp/alarm/index.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <base href="/iui/LY-Correlation/">
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <script src="public/component/thirdparty/jquery/jquery-1.10.2.min.js"></script>
+ <script src="public/common/js/popModal.js"></script>
+ <script src="public/common/js/jQuery-File-Upload/js/vendor/jquery.ui.widget.js"></script>
+ <script src="public/common/js/jQuery-File-Upload/js/jquery.iframe-transport.js"></script>
+ <script src="public/common/js/jQuery-File-Upload/js/jquery.fileupload.js"></script>
+<body style="overflow: auto">
+<remote-config>Loading...</remote-config>
+
+</body>
+</html>