diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2018-08-03 08:38:16 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2018-08-03 08:38:16 +0800 |
commit | 2f6d3758fbc70ee6aac10063a8784a0f34c48a4d (patch) | |
tree | 221ead7bb98f39336312b36897c9cefc9fa6f423 /rulemgt-frontend/src/index.html | |
parent | 9c89d648ca92eccc3a1d6d867eb6188c725f698e (diff) |
Fixed some UI bugs
Change-Id: Ic7229b94bcfca46b33bc3e6184e4dccf34982c60
Issue-ID: HOLMES-154
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'rulemgt-frontend/src/index.html')
-rw-r--r-- | rulemgt-frontend/src/index.html | 5 |
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> |