From 95bee9808a212126c886f603d6b64351825d58ba Mon Sep 17 00:00:00 2001 From: Seshu-Kumar-M Date: Wed, 5 Oct 2016 19:21:03 +0800 Subject: Dynamic config for the server IP and port Change-Id: I23d23eb0b91e70045aaa09fea7f358fb6a103a40 Signed-off-by: Seshu-Kumar-M --- .../src/main/webapp/lifecyclemgr/UnderLay_TP.html | 236 +++++++++++++++++++++ .../main/webapp/lifecyclemgr/conf/dataconfig.json | 4 + .../src/main/webapp/lifecyclemgr/newShow.html | 179 ++++++++++++++++ 3 files changed, 419 insertions(+) create mode 100644 openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/UnderLay_TP.html create mode 100644 openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/conf/dataconfig.json create mode 100644 openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/newShow.html (limited to 'openo-portal/portal-lifecyclemgr') 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 -- cgit 1.2.3-korg