diff options
author | 2017-09-05 17:37:54 +0800 | |
---|---|---|
committer | 2017-09-05 17:37:54 +0800 | |
commit | 8aaddf4913dd792402331f6e9424067a78246c18 (patch) | |
tree | 0414cc82ab6fab5075a94ee8e784b0b20e305550 /esr/src/main/webapp/extsys/vim/vimChart.html | |
parent | 71ef7dd040b057abb85521caeff0cf9154647086 (diff) |
Try to fix the daily builed failed bug.
change the esr catagory name to portal, Fix the pom definition.
Change-Id: I21861aba0fe9b7d0528c5ffcb220d6e6096efcc4
Issue-ID: AAI-224
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
Diffstat (limited to 'esr/src/main/webapp/extsys/vim/vimChart.html')
-rw-r--r-- | esr/src/main/webapp/extsys/vim/vimChart.html | 118 |
1 files changed, 0 insertions, 118 deletions
diff --git a/esr/src/main/webapp/extsys/vim/vimChart.html b/esr/src/main/webapp/extsys/vim/vimChart.html deleted file mode 100644 index c6fe522..0000000 --- a/esr/src/main/webapp/extsys/vim/vimChart.html +++ /dev/null @@ -1,118 +0,0 @@ -<!DOCTYPE html> -<!-- - - Copyright 2016-2017 ZTE Corporation. - - 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. - ---> -<html> -<head lang="en"> - <meta charset="UTF-8"> - <title></title> - <link href="../../thirdparty/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"/> - <link href="../../thirdparty/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css"/> - <link href="../../thirdparty/css/ngict-component.css" rel="stylesheet" type="text/css"> - <link href="../../thirdparty/css/ZteIctIcons/style.css" rel="stylesheet" type="text/css"> - <link href="../../thirdparty/animate/animate.min.css" rel="stylesheet" type="text/css"/> - <link href="css/vimChart.css" rel="stylesheet" type="text/css"/> - <style> - .ms-controller { - visibility: hidden - } - </style> - <script> - var id, name, tenant; - if (window.location.search && window.location.search.length > 1) { - var arr = window.location.search.split("&"); - id = arr[0].replace("?", ""); - name = arr[1]; - tenant = arr[2]; - } - </script> -</head> -<body> -<div class="ms-controller" ms-controller="vimChartController"> - <div class="container-fluid"> - - <div class="row" style=" margin-top: 15px;"> - <div class="col-xs-6 col-md-6 col-sm-6 col-lg-6 titlefont"> - {{vimInfo.name}}<span id_i18n="com_zte_ums_eco_roc_vim_resource_use" - name_i18n="com_zte_conductor_ui_i18n"></span> - </div> - <div class="pull-right"> - <a href="#" ms-click="gotoVimPage()" id_i18n="com_zte_ums_eco_roc_vim_resource_chart_return" - name_i18n="com_zte_conductor_ui_i18n"></a> - - </div> - </div> - <div class="separator-line"></div> - - <div class="row row-fluid"> - - <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 " ms-if="vimInfo.isAdmin==true"> - - <div class="form-body"> - <div class="form-title"> - <span id_i18n="com_zte_ums_eco_roc_vim_resource_vim_use" - name_i18n="com_zte_conductor_ui_i18n"></span> - </div> - <div id="vimPieChartDiv" style="width:100%;height:200px" class="main"></div> - - </div> - </div> - - - <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 "> - <div class="form-body"> - <div class="form-title"> - {{vimInfo.tenant}}<span id_i18n="com_zte_ums_eco_roc_vim_resource_tenant_use" - name_i18n="com_zte_conductor_ui_i18n"></span> - <div class="pull-right"> - <select class="form-control m-b" ms-if="vimInfo.isAdmin==true" - ms-each="tenantSelectList.selectItems" ms-duplex="vimInfo.tenant" - ms-change="tenantChartLoad()"> - <option ms-attr-value='el.name'>{{el.name}}</option> - </select> - - - </div> - </div> - - <div id="tenantPieChartDiv" style="width:100%;height:400px" class="main"></div> - - </div> - - </div> - - </div> - - </div> - - -</div> - -<script type="text/javascript" src="../../thirdparty/jquery/jquery-1.10.2.min.js"></script> -<script type="text/javascript" src="../../thirdparty/js/tools.js"></script> -<script type="text/javascript" src="../../thirdparty/jquery.i18n/jquery.i18n.properties-1.0.9.js"></script> -<script type="text/javascript" src="../../thirdparty/bootstrap/js/bootstrap.min.js"></script> -<script src="../../thirdparty/bootstrap-growl/bootstrap-growl.min.js"></script> -<script type="text/javascript" src="./i18n/loadi18nApp.js"></script> -<script src="../../thirdparty/echarts/echarts-all.js"></script> -<script type="text/javascript" src="../../thirdparty/bootbox/bootbox.min.js"></script> -<script src="../../thirdparty/avalon/avalon.js"></script> -<script type="text/javascript" src="js/vimChart.js"></script> -<script type="text/javascript" src="js/vimChartController.js"></script> -<script type="text/javascript" src="../../thirdparty/js/core/hk.min.js"></script> -</body> -</html>
\ No newline at end of file |