From 1caa9bc2279a78f7fea3b429891711d35ffef0fb Mon Sep 17 00:00:00 2001 From: Seshu-Kumar-M Date: Tue, 28 Feb 2017 14:29:15 +0530 Subject: GSO service LCM template changes Issue-ID:GSO-232 Change-Id: I5eefb262bd45fe81f03800a7def8a0d7cfb372c6 Signed-off-by: Seshu-Kumar-M --- .../webapp/lifecyclemgr/templateContainer.html | 79 +++++++ .../webapp/lifecyclemgr/templateFunctional.html | 82 ++++++++ .../webapp/lifecyclemgr/templateNotification.html | 48 +++++ .../main/webapp/lifecyclemgr/templateWidget.html | 226 +++++++++++++++++++++ 4 files changed, 435 insertions(+) create mode 100644 lifecyclemgr/src/main/webapp/lifecyclemgr/templateContainer.html create mode 100644 lifecyclemgr/src/main/webapp/lifecyclemgr/templateFunctional.html create mode 100644 lifecyclemgr/src/main/webapp/lifecyclemgr/templateNotification.html create mode 100644 lifecyclemgr/src/main/webapp/lifecyclemgr/templateWidget.html diff --git a/lifecyclemgr/src/main/webapp/lifecyclemgr/templateContainer.html b/lifecyclemgr/src/main/webapp/lifecyclemgr/templateContainer.html new file mode 100644 index 00000000..ef6f01c6 --- /dev/null +++ b/lifecyclemgr/src/main/webapp/lifecyclemgr/templateContainer.html @@ -0,0 +1,79 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/lifecyclemgr/src/main/webapp/lifecyclemgr/templateFunctional.html b/lifecyclemgr/src/main/webapp/lifecyclemgr/templateFunctional.html new file mode 100644 index 00000000..ff2f53f0 --- /dev/null +++ b/lifecyclemgr/src/main/webapp/lifecyclemgr/templateFunctional.html @@ -0,0 +1,82 @@ + + + + + + \ No newline at end of file diff --git a/lifecyclemgr/src/main/webapp/lifecyclemgr/templateNotification.html b/lifecyclemgr/src/main/webapp/lifecyclemgr/templateNotification.html new file mode 100644 index 00000000..97f26e37 --- /dev/null +++ b/lifecyclemgr/src/main/webapp/lifecyclemgr/templateNotification.html @@ -0,0 +1,48 @@ + + + + \ No newline at end of file diff --git a/lifecyclemgr/src/main/webapp/lifecyclemgr/templateWidget.html b/lifecyclemgr/src/main/webapp/lifecyclemgr/templateWidget.html new file mode 100644 index 00000000..a0323131 --- /dev/null +++ b/lifecyclemgr/src/main/webapp/lifecyclemgr/templateWidget.html @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg