diff options
author | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-09-14 15:01:07 +0800 |
---|---|---|
committer | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-09-14 15:01:07 +0800 |
commit | 94f0257da4ada7adcbbf362381a07f52e9463894 (patch) | |
tree | a799c6c605dd3218f9ad37742954846d88406dc1 /usecaseui-holmes/src/main/webapp/alarm | |
parent | 92a98cb3564e72b8a273e88e5840923050ae6d17 (diff) |
Including Holmes into the UUI Project
Change the project structure to include Holmes while compiling
Change the base url from /holmes/ to /usecase-ui/holmes/
Change the name of i18n files
Change-Id: I5580fc979757120bae1dbcf380ee4a4bf87ff349
Issue-ID: HOLMES-50
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'usecaseui-holmes/src/main/webapp/alarm')
-rw-r--r-- | usecaseui-holmes/src/main/webapp/alarm/index.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usecaseui-holmes/src/main/webapp/alarm/index.html b/usecaseui-holmes/src/main/webapp/alarm/index.html index 8c1c32e2..bd82c49d 100644 --- a/usecaseui-holmes/src/main/webapp/alarm/index.html +++ b/usecaseui-holmes/src/main/webapp/alarm/index.html @@ -17,7 +17,7 @@ <html> <head> - <base href="/holmes/"> + <base href="/usecase-ui/holmes/"> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!--<script src="../public/thirdparty/js/jquery_1.12.4.min.js"></script> @@ -36,7 +36,6 @@ <body style="overflow: auto"> <remote-config>Loading...</remote-config> - </body> </html>
\ No newline at end of file |