summaryrefslogtreecommitdiffstats
path: root/usecaseui-monitor/src/main/webapp/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'usecaseui-monitor/src/main/webapp/index.html')
-rw-r--r--usecaseui-monitor/src/main/webapp/index.html72
1 files changed, 0 insertions, 72 deletions
diff --git a/usecaseui-monitor/src/main/webapp/index.html b/usecaseui-monitor/src/main/webapp/index.html
deleted file mode 100644
index c9be05c9..00000000
--- a/usecaseui-monitor/src/main/webapp/index.html
+++ /dev/null
@@ -1,72 +0,0 @@
-<!--
- Copyright (C) 2017 CMCC, Inc. and others. All rights reserved.
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<!DOCTYPE html>
-<html ng-app="uui">
-
-<head>
- <meta charset="utf-8">
- <!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><![endif]-->
-
- <meta name="viewport" content="width=device-width">
-
- <link rel="stylesheet" href="app/uui/fusion/css/UUImain.css">
- <link rel="stylesheet" href="app/fusion/external/angular-bootstrap/ui-bootstrap-csp.css">
- <link rel="stylesheet" href="app/fusion/external/angular-ui-grid/ui-grid.css">
- <link rel="stylesheet" href="app/fusion/external/angular-ui-tree/angular-ui-tree.css">
- <link rel="stylesheet" href="app/fusion/external/bootstrap-3.3.7/css/bootstrap.min.css">
- <link rel="stylesheet" href="app/uui/fusion/css/font-awesome.min.css">
-
- <script src="app/fusion/external/angular-1.4.8/angular.js"></script>
- <script src="app/fusion/external/angular-1.4.8/angular-route.js"></script>
- <script src="app/fusion/external/angular-1.4.8/angular-animate.js"></script>
- <script src="app/fusion/external/angular-1.4.8/angular-touch.js"></script>
- <script src="app/uui/fusion/scripts/angular-ui-tree.js"></script>
- <script src="app/fusion/external/jquery/dist/jquery.js"></script>
- <script src="app/fusion/external/angular-bootstrap/ui-bootstrap.js"></script>
- <script src="app/fusion/external/angular-bootstrap/ui-bootstrap-tpls.js"></script>
- <script src="app/fusion/external/angular-ui-grid/ui-grid.js"></script>
-
- <script src="app/uui/fusion/scripts/appUUI.js"></script>
- <script src="app/uui/fusion/scripts/smart-table.js"></script>
- <script src="app/uui/fusion/scripts/echarts4.0.4.min.js"></script>
- <script src="app/uui/fusion/scripts/jtopo-0.4.8-min.js"></script>
- <script src="app/uui/fusion/scripts/controller/alarmController.js"></script>
- <script src="app/uui/fusion/scripts/controller/left-menuController.js"></script>
- <script src="app/uui/fusion/scripts/controller/performance-detailsController.js"></script>
- <script src="app/uui/fusion/scripts/controller/performanceController.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="app/uui/fusion/scripts/controller/topology-diagram.js"></script>
- <script src="app/uui/fusion/scripts/controller/topological.js"></script>
-
- <link rel="stylesheet" href="app/uui/fusion/nvd3/nv.d3.min.css">
- <script src="app/uui/fusion/nvd3/angular-nvd3.js"></script>
- <script src="app/uui/fusion/nvd3/d3.min.js"></script>
- <script src="app/uui/fusion/nvd3/nv.d3.min.js"></script>
-
- <script src="app/uui/fusion/scripts/controller/lcmController.js"></script>
- <script src="app/uui/fusion/scripts/controller/ServiceTemplateService.js"></script>
- <script src="static/fusion/js/lifecyclemanager.js" ></script>
-
- <title></title>
-</head>
-
-<body>
- <ng-view></ng-view>
-</body>
-
-</html> \ No newline at end of file