From: Seshu-Kumar-M Date: Wed, 5 Oct 2016 11:21:03 +0000 (+0800) Subject: Dynamic config for the server IP and port X-Git-Tag: release/sun~115 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=95bee9808a212126c886f603d6b64351825d58ba;p=vnfsdk%2Frefrepo.git Dynamic config for the server IP and port Change-Id: I23d23eb0b91e70045aaa09fea7f358fb6a103a40 Signed-off-by: Seshu-Kumar-M --- diff --git a/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/UnderLay_TP.html b/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/UnderLay_TP.html new file mode 100644 index 00000000..253155e3 --- /dev/null +++ b/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/UnderLay_TP.html @@ -0,0 +1,236 @@ + + + + + + + + + + + + + + + + + + + + + + + + +
+

TP Details

+ + +
+
+
+
+ + + + + + + + + + + +
TP NamePE NameVLAN IDSite CIDRIP
+
+
+
+
+ + + +
+ + + + \ No newline at end of file diff --git a/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/conf/dataconfig.json b/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/conf/dataconfig.json new file mode 100644 index 00000000..87e36cfd --- /dev/null +++ b/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/conf/dataconfig.json @@ -0,0 +1,4 @@ +{ + "url": "http://localhost", + "port": "8080" +} \ No newline at end of file diff --git a/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/newShow.html b/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/newShow.html new file mode 100644 index 00000000..9a92a785 --- /dev/null +++ b/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/newShow.html @@ -0,0 +1,179 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Life Cycle Manager > Service Info

+
+ +
+
+
    +
  • Detail Info
  • +
  • topo
  • +
  • InputData
  • +
+
+ +
+ + + +
+ +
+
+ +
+
+ + + + + + \ No newline at end of file