summaryrefslogtreecommitdiffstats
path: root/rulemgt-frontend/src/index.html
diff options
context:
space:
mode:
authortang peng <tang.peng5@zte.com.cn>2018-08-03 01:22:09 +0000
committerGerrit Code Review <gerrit@onap.org>2018-08-03 01:22:09 +0000
commit252b165afc61d8bd415c32565dadb404c27ac5ca (patch)
tree21fab4afa74742cd77c99ed95f57d1dcc6cced19 /rulemgt-frontend/src/index.html
parentda9261d9d5ed404ed030918238feaab0dd54fcc1 (diff)
parent2f6d3758fbc70ee6aac10063a8784a0f34c48a4d (diff)
Merge "Fixed some UI bugs"
Diffstat (limited to 'rulemgt-frontend/src/index.html')
-rw-r--r--rulemgt-frontend/src/index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/rulemgt-frontend/src/index.html b/rulemgt-frontend/src/index.html
index 5331b5e..8a8252a 100644
--- a/rulemgt-frontend/src/index.html
+++ b/rulemgt-frontend/src/index.html
@@ -17,10 +17,13 @@
<html>
<head>
- <base href="/">
+ <base href="/iui/holmes-local/">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
+ <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ"
+ crossorigin="anonymous">
+
<script src="./assets/thirdparty/js/jquery_1.12.4.min.js"></script>
<script src="./assets/common/js/popModal.js"></script>
<script src="./assets/common/js/jQuery-File-Upload/js/jquery.ui.widget.js"></script>