diff options
Diffstat (limited to 'roc-iui/src/main/resources/webroot/roc-rs-view/resView.html')
-rw-r--r-- | roc-iui/src/main/resources/webroot/roc-rs-view/resView.html | 1062 |
1 files changed, 1062 insertions, 0 deletions
diff --git a/roc-iui/src/main/resources/webroot/roc-rs-view/resView.html b/roc-iui/src/main/resources/webroot/roc-rs-view/resView.html new file mode 100644 index 00000000..5109301f --- /dev/null +++ b/roc-iui/src/main/resources/webroot/roc-rs-view/resView.html @@ -0,0 +1,1062 @@ +<!--
+
+ Copyright (C) 2015 ZTE, Inc. and others. All rights reserved. (ZTE)
+
+ 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>
+ <head lang="en">
+ <meta charset="UTF-8">
+ <title></title>
+ <link href="../component/thirdparty/font-awesome/css/font-awesome.min.css"
+ rel="stylesheet" />
+ <link href="../component/thirdparty/bootstrap/css/bootstrap.min.css" rel="stylesheet"
+ />
+ <link href="./css/res.css" rel="stylesheet" type="text/css" />
+ <style>
+ .ms-controller { visibility: hidden }
+ </style>
+ </head>
+
+ <body>
+ <div class="ms-controller" ms-controller="resController">
+ <div class="col-md-12" ms-visible="emptyVisible" style=" text-align: center;margin-top: 50px;
+ " id="com_zte_ums_eco_roc_rsview_empty" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n">
+ </div>
+ <div ms-visible="!emptyVisible">
+ <div class="container-fluid" ms-visible="boxVisible">
+ <div class="row">
+ <div class="col-xs-6 col-md-6 col-sm-6 col-lg-6 titlefont">
+ <span id="com_zte_ums_eco_roc_rsview_chart" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></span>
+ </div>
+ </div>
+ <div class="separator-line"></div>
+ <div class="col-md-12">
+ <div id="resChartDiv" style="width:100%;height:350px"></div>
+ </div>
+ <div class="row-fluid separator">
+ <div>
+ <a href="#" ms-click="clickDisplayGraphAlink()">
+ <img src="./images/up.png" /></a>
+ </div>
+ </div>
+ </div>
+ <div class="row-fluid separator" ms-visible="!boxVisible">
+ <div class="col-xs-12" style=" text-align: center;">
+ <a href="#" ms-click="clickDisplayGraphAlink()">
+ <img src="./images/down.png" /></a>
+ </div>
+ </div>
+ <div ms-if="vm.resType!='none'" class="container-fluid" style="margin-top:10px">
+ <div class="row">
+ <div class="col-xs-6 col-md-6 col-sm-6 col-lg-6 titlefont">
+ {{vm.resType}}-
+ <span id="com_zte_ums_eco_roc_rsview_rsList" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></span>
+ </div>
+ </div>
+ <div class="separator-line"></div>
+ <div class="row-fluid">
+ <!--NS Table -->
+ <table class="table table-striped table-bordered table-hover dataTable "
+ ms-if="vm.resType==='NS'">
+ <thead>
+ <tr class="heading">
+ <th id="com_zte_ums_eco_roc_rsview_ns_sn" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"
+ style="
+ width: 80px;">
+ </th>
+ <th id="com_zte_ums_eco_roc_rsview_ns_state" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ <th id="com_zte_ums_eco_roc_rsview_ns_name" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ <th id="com_zte_ums_eco_roc_rsview_ns_type" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ <th>
+ mocName
+ </th>
+ <th id="com_zte_ums_eco_roc_rsview_ns_vendor" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ <th id="com_zte_ums_eco_roc_rsview_ns_nsd" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ </tr>
+ </thead>
+ <tbody ms-each-res="vm.resource.nsInfo">
+ <tr>
+ <td ms-text="$index+1"></td>
+ <td ms-html="resUtil.showStatus(res.status)"></td>
+ <td>
+ <a href="#" ms-click="vm.nodesDetail.$showDetails('block',$index, res.name)">
+ {{res.name}}
+ </a>
+ </td>
+ <td ms-text="res.type"></td>
+ <td ms-text="res.mocName"></td>
+ <td ms-text="res.vendor"></td>
+ <td ms-text="res.nsd"></td>
+ </tr>
+ </tbody>
+ </table>
+ <!--VNF Table -->
+ <table class="table table-striped table-bordered table-hover dataTable "
+ ms-if="vm.resType==='VNF'">
+ <thead>
+ <tr class="heading">
+ <th id="com_zte_ums_eco_roc_rsview_vnf_sn" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"
+ style="
+ width: 80px;">
+ </th>
+ <th id="com_zte_ums_eco_roc_rsview_vnf_state" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ <th id="com_zte_ums_eco_roc_rsview_vnf_name" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ <th id="com_zte_ums_eco_roc_rsview_vnf_type" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ <th>
+ mocName
+ </th>
+ <th id="com_zte_ums_eco_roc_rsview_vnf_vendor" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ <th id="com_zte_ums_eco_roc_rsview_vnf_vnfd" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ <th id="com_zte_ums_eco_roc_rsview_vnf_vnfm" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ <th id="com_zte_ums_eco_roc_rsview_vnf_vim" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ </tr>
+ </thead>
+ <tbody ms-each-res="resource.vnfInfo">
+ <tr>
+ <td ms-text="$index+1"></td>
+ <td ms-html="resUtil.showStatus(res.status)"></td>
+ <td>
+ <a href="#" ms-click="vm.nodesDetail.$showDetails('block',$index, res.name)">
+ {{res.name}}
+ </a>
+ </td>
+ <td ms-text="res.type"></td>
+ <td ms-text="res.mocName"></td>
+ <td ms-text="res.vendor"></td>
+ <td ms-text="res.vnfd"></td>
+ <td ms-text="vm.queryVnfmName(res.vnfmId)"></td>
+ <td ms-text="vm.queryVimName(res.vimId)"></td>
+ </tr>
+ </tbody>
+ </table>
+ <!--VNFC Table -->
+ <table class="table table-striped table-bordered table-hover dataTable "
+ ms-if="vm.resType==='VNFC'">
+ <thead>
+ <tr class="heading">
+ <th id="com_zte_ums_eco_roc_rsview_vnfc_sn" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"
+ style="
+ width: 80px;">
+ </th>
+ <th id="com_zte_ums_eco_roc_rsview_vnfc_name" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ <th>
+ mocName
+ </th>
+ <th id="com_zte_ums_eco_roc_rsview_vnfc_type" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ <th id="com_zte_ums_eco_roc_rsview_vnfc_vendor" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ <th id="com_zte_ums_eco_roc_rsview_vnfc_vnf" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ <th id="com_zte_ums_eco_roc_rsview_vnfc_vdu" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ </tr>
+ </thead>
+ <tbody ms-each-res="resource.vnfcInfo">
+ <tr>
+ <td ms-text="$index+1"></td>
+ <td>
+ <a href="#" ms-click="vm.nodesDetail.$showDetails('block',$index, res.name)">
+ {{res.name}}
+ </a>
+ </td>
+ <td ms-text="res.mocName"></td>
+ <td ms-text="res.type"></td>
+ <td ms-text="res.vendor"></td>
+ <td ms-text="vm.queryVnfName(res.vnfId)"></td>
+ <td ms-text="vm.queryVduName(res.vduId)"></td>
+ </tr>
+ </tbody>
+ </table>
+ <!--VDU Table -->
+ <table class="table table-striped table-bordered table-hover dataTable "
+ ms-if="vm.resType==='VDU'">
+ <thead>
+ <tr class="heading">
+ <th id="com_zte_ums_eco_roc_rsview_vdu_sn" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"
+ style="
+ width: 80px;">
+ </th>
+ <th id="com_zte_ums_eco_roc_rsview_vdu_name" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ <th id="com_zte_ums_eco_roc_rsview_vdu_type" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ <th>
+ mocName
+ </th>
+ <th id="com_zte_ums_eco_roc_rsview_vdu_vendor" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ <th id="com_zte_ums_eco_roc_rsview_vdu_vnf" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ <th id="com_zte_ums_eco_roc_rsview_vdu_host" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ <th id="com_zte_ums_eco_roc_rsview_vdu_vim" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ </tr>
+ </thead>
+ <tbody ms-each-res="resource.vduInfo">
+ <tr>
+ <td ms-text="$index+1"></td>
+ <td>
+ <a href="#" ms-click="vm.nodesDetail.$showDetails('block',$index, res.name)">
+ {{res.name}}
+ </a>
+ </td>
+ <td ms-text="res.type"></td>
+ <td ms-text="res.mocName"></td>
+ <td ms-text="res.vendor"></td>
+ <td ms-text="vm.queryVnfName(res.vnfId)"></td>
+ <td ms-text="vm.queryHostName(res.hostId)"></td>
+ <td ms-text="vm.queryVimName(res.vimId)"></td>
+ </tr>
+ </tbody>
+ </table>
+ <!--HOST Table -->
+ <table class="table table-striped table-bordered table-hover dataTable "
+ ms-if="vm.resType==='HOST'">
+ <thead>
+ <tr class="heading">
+ <th id="com_zte_ums_eco_roc_rsview_host_sn" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"
+ style="
+ width: 80px;">
+ </th>
+ <th id="com_zte_ums_eco_roc_rsview_host_name" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ <th>
+ mocName
+ </th>
+ <th id="com_zte_ums_eco_roc_rsview_host_ip" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ <th id="com_zte_ums_eco_roc_rsview_host_vim" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ </tr>
+ </thead>
+ <tbody ms-each-res="resource.hostInfo">
+ <tr>
+ <td ms-text="$index+1"></td>
+ <td>
+ <a href="#" ms-click="vm.nodesDetail.$showDetails('block',$index, res.name)">
+ {{res.name}}
+ </a>
+ </td>
+ <td ms-text="res.mocName"></td>
+ <td ms-text="res.ipAddress"></td>
+ <td ms-text="vm.queryVimName(res.vimId)"></td>
+ </tr>
+ </tbody>
+ </table>
+ <!--CP Table -->
+ <table class="table table-striped table-bordered table-hover dataTable "
+ ms-if="vm.resType==='CP'">
+ <thead>
+ <tr class="heading">
+ <th id="com_zte_ums_eco_roc_rsview_cp_sn" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"
+ style="
+ width: 80px;">
+ </th>
+ <th id="com_zte_ums_eco_roc_rsview_cp_name" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ <th>
+ mocName
+ </th>
+ <th id="com_zte_ums_eco_roc_rsview_cp_type" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ </tr>
+ </thead>
+ <tbody ms-each-res="resource.cpInfo">
+ <tr>
+ <td ms-text="$index+1"></td>
+ <td>
+ <a href="#" ms-click="vm.nodesDetail.$showDetails('block',$index, res.name)">
+ {{res.name}}
+ </a>
+ </td>
+ <td ms-text="res.mocName"></td>
+ <td ms-text="res.type"></td>
+ </tr>
+ </tbody>
+ </table>
+ <!--VIM Table -->
+ <table class="table table-striped table-bordered table-hover dataTable "
+ ms-if="vm.resType==='VIM'">
+ <thead>
+ <tr class="heading">
+ <th id="com_zte_ums_eco_roc_rsview_vim_sn" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"
+ style="
+ width: 80px;">
+ </th>
+ <th id="com_zte_ums_eco_roc_rsview_vim_state" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ <th id="com_zte_ums_eco_roc_rsview_vim_name" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ <th id="com_zte_ums_eco_roc_rsview_vim_type" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ <th>
+ mocName
+ </th>
+ <th id="com_zte_ums_eco_roc_rsview_vim_url" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ <th id="com_zte_ums_eco_roc_rsview_vim_tenant" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ </tr>
+ </thead>
+ <tbody ms-each-res="resource.vimInfo">
+ <tr>
+ <td ms-text="$index+1"></td>
+ <td ms-html="resUtil.showStatus(res.status)"></td>
+ <td>
+ <a href="#" ms-click="vm.nodesDetail.$showDetails('block',$index, res.name)">
+ {{res.name}}
+ </a>
+ </td>
+ <td ms-text="res.type"></td>
+ <td ms-text="res.mocName"></td>
+ <td ms-text="res.url"></td>
+ <td ms-text="res.user"></td>
+ </tr>
+ </tbody>
+ </table>
+ <!--VNFM Table -->
+ <table class="table table-striped table-bordered table-hover dataTable "
+ ms-if="vm.resType==='VNFM'">
+ <thead>
+ <tr class="heading">
+ <th id="com_zte_ums_eco_roc_rsview_vnfm_sn" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"
+ style="
+ width: 80px;">
+ </th>
+ <th id="com_zte_ums_eco_roc_rsview_vnfm_state" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ <th id="com_zte_ums_eco_roc_rsview_vnfm_name" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ <th>
+ mocName
+ </th>
+ <th id="com_zte_ums_eco_roc_rsview_vnfm_vendor" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ <th id="com_zte_ums_eco_roc_rsview_vnfm_url" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ </tr>
+ </thead>
+ <tbody ms-each-res="resource.vnfmInfo">
+ <tr>
+ <td ms-text="$index+1"></td>
+ <td ms-html="resUtil.showStatus(res.status)"></td>
+ <td>
+ <a href="#" ms-click="vm.nodesDetail.$showDetails('block',$index, res.name)">
+ {{res.name}}
+ </a>
+ </td>
+ <td ms-text="res.mocName"></td>
+ <td ms-text="res.vendor"></td>
+ <td ms-text="res.url"></td>
+ </tr>
+ </tbody>
+ </table>
+ <!--SDN Table -->
+ <table class="table table-striped table-bordered table-hover dataTable "
+ ms-if="vm.resType==='SDN'">
+ <thead>
+ <tr class="heading">
+ <th id="com_zte_ums_eco_roc_rsview_sdn_sn" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"
+ style="
+ width: 80px;">
+ </th>
+ <th id="com_zte_ums_eco_roc_rsview_sdn_name" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ <th id="com_zte_ums_eco_roc_rsview_sdn_type" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ <th id="com_zte_ums_eco_roc_rsview_sdn_url" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ </tr>
+ </thead>
+ <tbody ms-each-res="resource.sdnInfo">
+ <tr>
+ <td ms-text="$index+1"></td>
+ <td>
+ <a href="#" ms-click="vm.nodesDetail.$showDetails('block',$index, res.name)">
+ {{res.name}}
+ </a>
+ </td>
+ <td ms-text="res.controllerType"></td>
+ <td ms-text="res.url"></td>
+ </tr>
+ </tbody>
+ </table>
+ <!--VNFFG Table -->
+ <table class="table table-striped table-bordered table-hover dataTable "
+ ms-if="vm.resType==='VNFFG'">
+ <thead>
+ <tr class="heading">
+ <th id="com_zte_ums_eco_roc_rsview_vnffg_sn" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"
+ style="
+ width: 80px;">
+ </th>
+ <th id="com_zte_ums_eco_roc_rsview_vnffg_name" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ <th id="com_zte_ums_eco_roc_rsview_vnffg_vendor" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ <th id="com_zte_ums_eco_roc_rsview_vnffg_version" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ </tr>
+ </thead>
+ <tbody ms-each-res="resource.vnffgInfo">
+ <tr>
+ <td ms-text="$index+1"></td>
+ <td>
+ <a href="#" ms-click="vm.nodesDetail.$showDetails('block',$index, res.name)">
+ {{res.name}}
+ </a>
+ </td>
+ <td ms-text="res.vendor"></td>
+ <td ms-text="res.version"></td>
+ </tr>
+ </tbody>
+ </table>
+ <!--NFP Table -->
+ <table class="table table-striped table-bordered table-hover dataTable "
+ ms-if="vm.resType==='NFP'">
+ <thead>
+ <tr class="heading">
+ <th id="com_zte_ums_eco_roc_rsview_nfp_sn" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"
+ style="
+ width: 80px;">
+ </th>
+ <th id="com_zte_ums_eco_roc_rsview_nfp_name" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ <th id="com_zte_ums_eco_roc_rsview_nfp_symmetric" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ <th id="com_zte_ums_eco_roc_rsview_nfp_serviceChainName" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ </tr>
+ </thead>
+ <tbody ms-each-res="resource.nfpInfo">
+ <tr>
+ <td ms-text="$index+1"></td>
+ <td>
+ <a href="#" ms-click="vm.nodesDetail.$showDetails('block',$index, res.name)">
+ {{res.name}}
+ </a>
+ </td>
+ <td ms-text="res.symmetric"></td>
+ <td ms-text="res.serviceChainName"></td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ </div>
+ <div id="right-menu" ms-css-display="nodesDetail.isShow">
+ <div>
+ <div class="title">
+ <h4>
+ {{nodesDetail.detailTitle}}
+ </h4>
+ <div class="rigth right-button-pointer" ms-click="nodesDetail.$showDetails('none')">
+ <button type="button" class="btn btn-default" id="com_zte_ums_eco_roc_rsview_btn_close"
+ name_i18n="com_zte_conductor_roc_rs_view_ui_i18n">
+ </button>
+ </div>
+ </div>
+ <div>
+ <div class="btn-group" ms-if="vm.resource.ifHaveRelation">
+ <!--button type="button" class="btn btn-default" ms-repeat="nodesDetail.detailData"
+ ms-click="nodesDetail.detailCondChange($index)" ms-attr-id="el.id" ms-class="active:
+ el.isActive">{{el.name}}
+ </button-->
+ <button type="button" class="btn btn-default" ms-click="nodesDetail.detailCondChange(0)"
+ ms-attr-id="general" ms-class="active:vm.nodesDetail.detailData[0].isActive"
+ id="com_zte_ums_eco_roc_rsview_info" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n">
+ </button>
+ <button type="button" class="btn btn-default" ms-click="nodesDetail.detailCondChange(1)"
+ ms-attr-id="relationShips" ms-class="active:vm.nodesDetail.detailData[1].isActive"
+ id="com_zte_ums_eco_roc_rsview_relation" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n">
+ </button>
+ </div>
+ <div ms-if="nodesDetail.detailIndex === 0">
+ <div class="row-fluid" data-name="table_zone">
+ <div id='ict_table_general_div' class="nodesDetail">
+ <!--NS Detail-->
+ <table class="table table-striped table-bordered dataTable " ms-if="vm.resType==='NS'">
+ <thead>
+ <tr class="heading">
+ <th id="com_zte_ums_eco_roc_rsview_key" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ <th id="com_zte_ums_eco_roc_rsview_value" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>
+ Oid
+ </td>
+ <td ms-text="resource.rsDetail.oid"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_ns_name" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.name"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_ns_nsd" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.nsd"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_ns_state" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.status"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_ns_flavour" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.flavour"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_ns_autoScalePolicy" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.autoScalePolicy"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_ns_vendor" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.vendor"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_ns_version" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.version"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_ns_type" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.type"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_ns_ipAddress" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.ipAddress"></td>
+ </tr>
+ <tr>
+ <td>
+ moc
+ </td>
+ <td ms-text="resource.rsDetail.moc"></td>
+ </tr>
+ <tr>
+ <td>
+ mocName
+ </td>
+ <td ms-text="resource.rsDetail.mocName"></td>
+ </tr>
+ </tbody>
+ </table>
+ <!--VNF Detail-->
+ <table class="table table-striped table-bordered dataTable " ms-if="vm.resType==='VNF'">
+ <thead>
+ <tr class="heading">
+ <th id="com_zte_ums_eco_roc_rsview_key" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ <th id="com_zte_ums_eco_roc_rsview_value" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>
+ Oid
+ </td>
+ <td ms-text="resource.rsDetail.oid"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vnf_name" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.name"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vnf_vnfd" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.vnfd"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vnf_state" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.status"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vnf_flavour" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.flavourId"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vnf_autoScalePolicy" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.autoScalePolicy"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vnf_vendor" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.vendor"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vnf_version" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.version"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vnf_type" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.type"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vnf_language" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.localization"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vnf_ipAddress" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.ipAddress"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vnf_vnfm_id" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.vnfmId"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vnf_vnfm_name" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="vm.queryVnfmName(resource.rsDetail.vnfmId)"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vnf_vim_id" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.vimId"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vnf_vim_name" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="vm.queryVimName(resource.rsDetail.vimId)"></td>
+ </tr>
+ <tr>
+ <td>
+ moc
+ </td>
+ <td ms-text="resource.rsDetail.moc"></td>
+ </tr>
+ <tr>
+ <td>
+ mocName
+ </td>
+ <td ms-text="resource.rsDetail.mocName"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vnf_createTime" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.createTime"></td>
+ </tr>
+ </tbody>
+ </table>
+ <!--VNFC Detail-->
+ <table class="table table-striped table-bordered dataTable " ms-if="vm.resType==='VNFC'">
+ <thead>
+ <tr class="heading">
+ <th id="com_zte_ums_eco_roc_rsview_key" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ <th id="com_zte_ums_eco_roc_rsview_value" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>
+ Oid
+ </td>
+ <td ms-text="resource.rsDetail.oid"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vnfc_name" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.name"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vnfc_vendor" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.vendor"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vnfc_version" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.version"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vnfc_type" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.type"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vnfc_ipAddress" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.ipAddress"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vnfc_positionX" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.positionX"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vnfc_positionY" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.positionY"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vnfc_vnf_id" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.vnfId"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vnfc_vnf_name" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="vm.queryVnfName(resource.rsDetail.vnfId)"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vnfc_vdu_id" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.vduId"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vnfc_vdu_name" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="vm.queryVduName(resource.rsDetail.vduId)"></td>
+ </tr>
+ <tr>
+ <td>
+ moc
+ </td>
+ <td ms-text="resource.rsDetail.moc"></td>
+ </tr>
+ <tr>
+ <td>
+ mocName
+ </td>
+ <td ms-text="resource.rsDetail.mocName"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vnfc_createTime" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.createTime"></td>
+ </tr>
+ </tbody>
+ </table>
+ <!--VDU Detail-->
+ <table class="table table-striped table-bordered dataTable " ms-if="vm.resType==='VDU'">
+ <thead>
+ <tr class="heading">
+ <th id="com_zte_ums_eco_roc_rsview_key" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ <th id="com_zte_ums_eco_roc_rsview_value" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>
+ Oid
+ </td>
+ <td ms-text="resource.rsDetail.oid"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vdu_name" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.name"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vdu_state" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.status"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vdu_flavour" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.flavourId"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vdu_vendor" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.vendor"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vdu_version" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.version"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vdu_type" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.type"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vdu_ipAddress" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.ipAddress"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vdu_floatIp" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.floatIp"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vdu_vduImage" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.vduImage"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vdu_cpuNum" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resUtil.formatNumber(resource.rsDetail.cpuNum)"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vdu_storageSize" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resUtil.formatNumber(resource.rsDetail.storageSize)"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vdu_memorySize" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resUtil.formatNumber(resource.rsDetail.memorySize)"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vdu_positionX" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.positionX"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vdu_positionY" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.positionY"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vdu_vnf_id" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.vnfId"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vdu_vnf_name" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="vm.queryVnfName(resource.rsDetail.vnfId)"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vdu_host_id" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.hostId"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vdu_host_name" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="vm.queryHostName(resource.rsDetail.hostId)"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vdu_vim_id" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.vimId"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vdu_vim_name" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="vm.queryVimName(resource.rsDetail.vimId)"></td>
+ </tr>
+ <tr>
+ <td>
+ moc
+ </td>
+ <td ms-text="resource.rsDetail.moc"></td>
+ </tr>
+ <tr>
+ <td>
+ mocName
+ </td>
+ <td ms-text="resource.rsDetail.mocName"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vdu_createTime" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.createTime"></td>
+ </tr>
+ </tbody>
+ </table>
+ <!--HOST Detail-->
+ <table class="table table-striped table-bordered dataTable " ms-if="vm.resType==='HOST'">
+ <thead>
+ <tr class="heading">
+ <th id="com_zte_ums_eco_roc_rsview_key" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ <th id="com_zte_ums_eco_roc_rsview_value" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>
+ Oid
+ </td>
+ <td ms-text="resource.rsDetail.oid"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_host_name" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.name"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_host_proxyIP" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="vm.customPara.PROXYIP"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_host_loginUser" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="vm.customPara.LOGINUSER"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_host_loginProtocol" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="vm.customPara.LOGINPROTOCOL"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_host_loginPort" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="vm.customPara.LOGINPORT"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_host_ipAddress" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.ipAddress"></td>
+ </tr>
+ <!--tr><td id="com_zte_ums_eco_roc_rsview_host_cpuNum" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td><td ms-text="resUtil.formatNumber(resource.rsDetail.cpuNum)"></td></tr>
+ <tr><td id="com_zte_ums_eco_roc_rsview_host_storageSize" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td><td ms-text="resUtil.formatNumber(resource.rsDetail.storageSize)"></td></tr>
+ <tr><td id="com_zte_ums_eco_roc_rsview_host_memorySize" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td><td ms-text="resUtil.formatNumber(resource.rsDetail.memorySize)"></td></tr>
+ <tr><td id="com_zte_ums_eco_roc_rsview_host_positionX" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td><td ms-text="resource.rsDetail.positionX"></td></tr>
+ <tr><td id="com_zte_ums_eco_roc_rsview_host_positionY" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td><td ms-text="resource.rsDetail.positionY"></td></tr-->
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_host_vim_id" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.vimId"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_host_vim_name" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="vm.queryVimName(resource.rsDetail.vimId)"></td>
+ </tr>
+ <tr>
+ <td>
+ moc
+ </td>
+ <td ms-text="resource.rsDetail.moc"></td>
+ </tr>
+ <tr>
+ <td>
+ mocName
+ </td>
+ <td ms-text="resource.rsDetail.mocName"></td>
+ </tr>
+ </tbody>
+ </table>
+ <!--VIM Detail-->
+ <table class="table table-striped table-bordered dataTable " ms-if="vm.resType==='VIM'">
+ <thead>
+ <tr class="heading">
+ <th id="com_zte_ums_eco_roc_rsview_key" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ <th id="com_zte_ums_eco_roc_rsview_value" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>
+ Oid
+ </td>
+ <td ms-text="resource.rsDetail.oid"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vim_name" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.name"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vim_state" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.status"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vim_user" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.userName"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vim_tenant" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.user"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vim_type" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.type"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vim_url" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.url"></td>
+ </tr>
+ <tr>
+ <td>
+ moc
+ </td>
+ <td ms-text="resource.rsDetail.moc"></td>
+ </tr>
+ <tr>
+ <td>
+ mocName
+ </td>
+ <td ms-text="resource.rsDetail.mocName"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vim_checkTime" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.checkTime"></td>
+ </tr>
+ <tr ms-if="resource.rsDetail.status==='inactive'">
+ <td id="com_zte_ums_eco_roc_rsview_vim_checkResult" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.errorInfo"></td>
+ </tr>
+ </tbody>
+ </table>
+ <!--VNFM Detail-->
+ <table class="table table-striped table-bordered dataTable " ms-if="vm.resType==='VNFM'">
+ <thead>
+ <tr class="heading">
+ <th id="com_zte_ums_eco_roc_rsview_key" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ <th id="com_zte_ums_eco_roc_rsview_value" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>
+ Oid
+ </td>
+ <td ms-text="resource.rsDetail.oid"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vnfm_name" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.name"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vnfm_state" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.status"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vnfm_url" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.url"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vnfm_userName" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.userName"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_vnfm_vendor" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.vendor"></td>
+ </tr>
+ <tr>
+ <td>
+ moc
+ </td>
+ <td ms-text="resource.rsDetail.moc"></td>
+ </tr>
+ <tr>
+ <td>
+ mocName
+ </td>
+ <td ms-text="resource.rsDetail.mocName"></td>
+ </tr>
+ </tbody>
+ </table>
+ <!--SDN Detail-->
+ <table class="table table-striped table-bordered dataTable " ms-if="vm.resType==='SDN'">
+ <thead>
+ <tr class="heading">
+ <th id="com_zte_ums_eco_roc_rsview_key" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ <th id="com_zte_ums_eco_roc_rsview_value" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>
+ Oid
+ </td>
+ <td ms-text="resource.rsDetail.sdnControllerInstanceId"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_sdn_name" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.name"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_sdn_type" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.controllerType"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_sdn_url" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.url"></td>
+ </tr>
+ <tr>
+ <td id="com_zte_ums_eco_roc_rsview_sdn_userName" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></td>
+ <td ms-text="resource.rsDetail.userName"></td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ </div>
+ </div>
+ <div ms-if="nodesDetail.detailIndex === 1">
+ <div class="row-fluid" data-name="table_zone">
+ <div id='ict_table_relationShips_div' class="nodesDetail">
+ <table class="table table-striped table-bordered dataTable ">
+ <thead>
+ <tr class="heading">
+ <th>
+ Oid
+ </th>
+ <th id="com_zte_ums_eco_roc_rsview_name" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ <th id="com_zte_ums_eco_roc_rsview_type" name_i18n="com_zte_conductor_roc_rs_view_ui_i18n"></th>
+ </tr>
+ </thead>
+ <tbody ms-each-relation="resource.relationInfo">
+ <tr>
+ <td ms-text="relation.oid"></td>
+ <td ms-text="relation.name"></td>
+ <td ms-text="relation.type"></td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <script type="text/javascript" src="../component/thirdparty/jquery/jquery-1.10.2.min.js"></script>
+ <script type="text/javascript" src="../component/thirdparty/bootstrap/js/bootstrap.min.js"></script>
+ <script src="../framework/js/tools.js"></script>
+ <script type="text/javascript" src="../component/thirdparty/jquery.i18n/jquery.i18n.properties-1.0.9.js"></script>
+ <script type="text/javascript" src="../component/thirdparty/bootbox/bootbox.min.js"></script>
+ <script type="text/javascript" src="../framework/js/core/hk.min.js"></script>
+ <script src="../vendor/echarts/echarts-all.js"></script>
+ <script src="../vendor/avalon/avalon.js"></script>
+ <script src="./js/resUtil.js"></script>
+ <script src="./js/resController.js"></script>
+ <script src="./i18n/loadi18nApp_ngict-rs_view.js"></script>
+ <script>
+ jQuery(document).ready(function() {
+ var lang = getLanguage();
+ loadPropertiesSideMenu(lang, 'roc-rs-view-iui-i18n', 'i18n/');
+
+ });
+ </script>
+ </body>
+</html>
\ No newline at end of file |