diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2019-09-03 10:17:22 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2019-09-03 10:18:08 +0800 |
commit | 3c3840524ee11c1385045e9801918bcb05b71fb5 (patch) | |
tree | a159deba4778f796d084b2e3b8d75444244f086d /usecaseui-monitor/src/main/webapp/index.html | |
parent | 19abe2af19ba49073949f8254aec897afe7bb303 (diff) |
feat: delete useless modules and update tomcat version
Change-Id: I38d0c0b65cf210074c7222a535f1b3d7c150f53d
Issue-ID: USECASEUI-307
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-monitor/src/main/webapp/index.html')
-rw-r--r-- | usecaseui-monitor/src/main/webapp/index.html | 72 |
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 |