diff options
author | YILI <li.yi101@zte.com.cn> | 2017-02-24 16:33:35 +0800 |
---|---|---|
committer | 6092002077 <li.yi101@zte.com.cn> | 2017-02-24 16:33:35 +0800 |
commit | f14d8c4b00e0885b1b0a1c84ee35b25fc4d5f4d3 (patch) | |
tree | 09f02bb37f64bd20f0333c85825b0e1139a66bf3 /alarm-analysis/src/main/webapp/alarm/index.html | |
parent | 04b6572eb9640542f266d81776748dcad15fb483 (diff) |
Add rule manager common component
read rule manager common component include main,routing,module and other content
Issue-ID:CLIENT-164
Change-Id: I1cc0a218cf97a379a53d2faaacec37977b56a92c
Signed-off-by: YILI <li.yi101@zte.com.cn>
Diffstat (limited to 'alarm-analysis/src/main/webapp/alarm/index.html')
-rw-r--r-- | alarm-analysis/src/main/webapp/alarm/index.html | 16 |
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>
|