From 3982f4f67314ec37fd9b22ae54049958af777c1b Mon Sep 17 00:00:00 2001 From: jimmydot Date: Sun, 7 May 2017 14:58:24 -0400 Subject: [VID-6] Initial rebase push Change-Id: I9077be9663754d9b22f77c6a7b3109b361b39346 Signed-off-by: jimmydot --- .../src/main/webapp/WEB-INF/jsp/testViewEdit.jsp | 172 +++++++++++++++++++++ 1 file changed, 172 insertions(+) create mode 100755 epsdk-app-onap/src/main/webapp/WEB-INF/jsp/testViewEdit.jsp (limited to 'epsdk-app-onap/src/main/webapp/WEB-INF/jsp/testViewEdit.jsp') diff --git a/epsdk-app-onap/src/main/webapp/WEB-INF/jsp/testViewEdit.jsp b/epsdk-app-onap/src/main/webapp/WEB-INF/jsp/testViewEdit.jsp new file mode 100755 index 000000000..59c8a317e --- /dev/null +++ b/epsdk-app-onap/src/main/webapp/WEB-INF/jsp/testViewEdit.jsp @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<%@ page import="org.openecomp.vid.mso.*"%> +<%@ page import="org.openecomp.portalsdk.core.util.SystemProperties"%> +<% + String properties = "{msoMaxPolls:" + SystemProperties.getProperty(MsoProperties.MSO_MAX_POLLS) + + ",msoMaxPollingIntervalMsec:" + + SystemProperties.getProperty(MsoProperties.MSO_POLLING_INTERVAL_MSECS) + "}"; +%> + +
+ +
+
+
+
+
+ +

+
Test View Edit Page
+

+
+ These buttons simulate the add, delete and "show details" (called + "script" in User Stories) icons (or buttons) that are expected on the + view / edit page. +
+
+ Use test MSO + controller +
+

CALLBACK: {{callbackResults}}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Service + + + + + +
VNF + + + + + +
VF Module + + + + + +
Volume Group + + + + + +
Network + + + + + +
+
+ + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -- cgit 1.2.3-korg