From 81c53dc73c8c05d034bea5114e36929261e97496 Mon Sep 17 00:00:00 2001 From: Seshu-Kumar-M Date: Fri, 23 Sep 2016 21:53:10 +0800 Subject: formatting the code, removing unnecessary imports and URL patterns correction Change-Id: Id160a255d4acb4b901ca33965080b76d38810be1 Signed-off-by: Seshu-Kumar-M --- openo-portal/portal-extsys/pom.xml | 11 +- .../webapp/extsys/sdncontroller/controller.html | 491 +-- .../main/webapp/extsys/sdncontroller/css/RMain.css | 294 +- .../webapp/extsys/sdncontroller/css/VMMain.css | 821 ++-- .../webapp/extsys/sdncontroller/js/controller.js | 284 +- .../src/main/webapp/extsys/vim/css/bootstrap.css | 4377 ++++++++++---------- .../src/main/webapp/extsys/vim/css/skill.css | 92 +- .../src/main/webapp/extsys/vim/css/vim.css | 480 ++- .../src/main/webapp/extsys/vim/css/vimChart.css | 31 +- .../src/main/webapp/extsys/vim/i18n/loadi18nApp.js | 20 +- .../src/main/webapp/extsys/vim/js/client-cometd.js | 62 +- .../webapp/extsys/vim/js/jqBootstrapValidation.js | 1722 ++++---- .../src/main/webapp/extsys/vim/js/vim-validate.js | 40 +- .../src/main/webapp/extsys/vim/js/vimChart.js | 626 +-- .../webapp/extsys/vim/js/vimChartController.js | 266 +- .../src/main/webapp/extsys/vim/js/vimController.js | 361 +- .../src/main/webapp/extsys/vim/js/vimUtil.js | 32 +- .../src/main/webapp/extsys/vim/vimChart.html | 149 +- .../src/main/webapp/extsys/vim/vimView.html | 399 +- .../src/main/webapp/extsys/vnfm/css/vnfm.css | 492 ++- .../src/main/webapp/extsys/vnfm/js/commonUtil.js | 102 +- .../main/webapp/extsys/vnfm/js/loadi18n_nsoc.js | 40 +- .../main/webapp/extsys/vnfm/js/vnfm-validate.js | 144 +- .../main/webapp/extsys/vnfm/js/vnfmController.js | 540 +-- .../src/main/webapp/extsys/vnfm/js/vnfmUtil.js | 108 +- .../src/main/webapp/extsys/vnfm/vnfmView.html | 375 +- 26 files changed, 6290 insertions(+), 6069 deletions(-) (limited to 'openo-portal') diff --git a/openo-portal/portal-extsys/pom.xml b/openo-portal/portal-extsys/pom.xml index 8832e0db..3b6c5e50 100644 --- a/openo-portal/portal-extsys/pom.xml +++ b/openo-portal/portal-extsys/pom.xml @@ -16,8 +16,9 @@ limitations under the License. --> - - 4.0.0 + + 4.0.0 org.openo.gso.gui openo-portal @@ -34,7 +35,7 @@ false - - - + + + diff --git a/openo-portal/portal-extsys/src/main/webapp/extsys/sdncontroller/controller.html b/openo-portal/portal-extsys/src/main/webapp/extsys/sdncontroller/controller.html index 1760666b..8be93ad5 100644 --- a/openo-portal/portal-extsys/src/main/webapp/extsys/sdncontroller/controller.html +++ b/openo-portal/portal-extsys/src/main/webapp/extsys/sdncontroller/controller.html @@ -19,318 +19,319 @@ - - - - - - - - - - - + + + + - + } + window.operateEvents = { + 'click .siteDeleteImg': function (e, value, row, index) { + // TO DO ajex call for delete + deleteLink(row.id); + console.log(value, row, index); + } + }; + + -
+
-
-
-
-
+
+
+
-
+
Create -
+ style="background-image: url(images/add.png);">Create
-
+
+
-
-
-
-
- - - - + + + + +
-
-
+
+
+
+
+ + + + - + - + - + - + + + - - + - + - + - - - - -
+
+
Name + class="openo-table-th-sorticon overflow_elip openoTable_sortable leftHeaderAlign openo-table-disable-element ">Name -
-
-
-
+
+
+
+
Protocol + class="openo-table-th-sorticon overflow_elip leftHeaderAlign openo-table-disable-element ">Protocol -
-
-
-
+
+
+
+
Product + class="openo-table-th-sorticon overflow_elip leftHeaderAlign openo-table-disable-element ">Product Name -
-
-
-
+
+
+
+
Type + class="openo-table-th-sorticon overflow_elip leftHeaderAlign openo-table-disable-element ">Type -
-
-
-
+
+
+
+
Vendor + class="openo-table-th-sorticon overflow_elip leftHeaderAlign openo-table-disable-element ">Vendor -
-
-
-
+
+
+
Version + class="openo-table-th-sorticon overflow_elip leftHeaderAlign openo-table-disable-element ">Version -
-
-
-
+
+
+
+
Description + class="openo-table-th-sorticon overflow_elip leftHeaderAlign openo-table-disable-element ">Description -
-
-
-
+
+
+
+
Create + class="openo-table-th-sorticon overflow_elip leftHeaderAlign openo-table-disable-element ">Create Time -
-
-
-
+
+
+
+
Operation + class="openo-table-th-sorticon overflow_elip leftHeaderAlign openo-table-disable-element ">Operation -
-
-
+
+
- +
+ -