diff options
author | shentao <shentao@chinamobile.com> | 2017-11-15 16:38:31 +0800 |
---|---|---|
committer | shentao <shentao@chinamobile.com> | 2017-11-15 16:38:39 +0800 |
commit | 6aba266b3cf20c8caa41fd246772ebc344051df8 (patch) | |
tree | a9d1326f6c79baa617c51b5fd7a04091ac272b0c /usecaseui-monitor/src/main/webapp/index.html | |
parent | 2e29c8babdb01a46604f8fd356dc1aad563942e9 (diff) |
Fix monitor display bugs
Change-Id: I14e0e35331049d480beed1fdf721df1bf81dd4ba
Issue-Id: USECASEUI-54
Signed-off-by: shentao <shentao@chinamobile.com>
Diffstat (limited to 'usecaseui-monitor/src/main/webapp/index.html')
-rw-r--r-- | usecaseui-monitor/src/main/webapp/index.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usecaseui-monitor/src/main/webapp/index.html b/usecaseui-monitor/src/main/webapp/index.html index 58f73005..6c99a161 100644 --- a/usecaseui-monitor/src/main/webapp/index.html +++ b/usecaseui-monitor/src/main/webapp/index.html @@ -49,12 +49,13 @@ <script src="app/uui/fusion/scripts/controller/performanceController.js"></script> <script src="app/uui/fusion/scripts/controller/lcmController.js"></script> <script src="app/uui/fusion/scripts/controller/ServiceTemplateService.js"></script> + <script src="app/uui/fusion/scripts/controller/alarm-chartController.js"></script> + <script src="app/uui/fusion/scripts/controller/performance-chartController.js"></script> + <script src="app/uui/fusion/scripts/controller/alarm-detailsController.js"></script> + <script src="static/fusion/js/lifecyclemanager.js" ></script> <title></title> - </head> <body> -<!--盛放代码片段的容器--> - -<ng-view></ng-view> + <ng-view></ng-view> </body> </html> |