From 9015d0d86d23a83e578ded1bd95485d467515208 Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Thu, 17 Aug 2017 14:52:44 -0400 Subject: Publish seed code for the OOM Dashboard First open-source release of the ONAP Operations Manager Dashboard web application. Issue: CCSDK-61 Change-Id: I902f789692d76ee583aa967682e39f03b6578fe9 Signed-off-by: Christopher Lott (cl778h) --- .../ds2-profile/profile_searchDS2.html | 86 ++++++++++ .../DS2-view-models/ds2-profile/self_profile.html | 189 +++++++++++++++++++++ .../app/fusion/scripts/DS2-view-models/footer.html | 13 ++ 3 files changed, 288 insertions(+) create mode 100644 ecd-app-os/src/main/webapp/app/fusion/scripts/DS2-view-models/ds2-profile/profile_searchDS2.html create mode 100644 ecd-app-os/src/main/webapp/app/fusion/scripts/DS2-view-models/ds2-profile/self_profile.html create mode 100644 ecd-app-os/src/main/webapp/app/fusion/scripts/DS2-view-models/footer.html (limited to 'ecd-app-os/src/main/webapp/app/fusion/scripts/DS2-view-models') diff --git a/ecd-app-os/src/main/webapp/app/fusion/scripts/DS2-view-models/ds2-profile/profile_searchDS2.html b/ecd-app-os/src/main/webapp/app/fusion/scripts/DS2-view-models/ds2-profile/profile_searchDS2.html new file mode 100644 index 0000000..669139d --- /dev/null +++ b/ecd-app-os/src/main/webapp/app/fusion/scripts/DS2-view-models/ds2-profile/profile_searchDS2.html @@ -0,0 +1,86 @@ +
+
+

Profile Search

+
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
User IDLast NameFirst NameEmailUser IDManager User IDEditActive?
{{rowData.id}}{{rowData.lastName}}{{rowData.firstName}}{{rowData.email}}{{rowData.orgUserId}}{{rowData.orgManagerUserId}} +
+ +
+
+ + + + +
+
+
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+
+
+
diff --git a/ecd-app-os/src/main/webapp/app/fusion/scripts/DS2-view-models/ds2-profile/self_profile.html b/ecd-app-os/src/main/webapp/app/fusion/scripts/DS2-view-models/ds2-profile/self_profile.html new file mode 100644 index 0000000..3b5ef52 --- /dev/null +++ b/ecd-app-os/src/main/webapp/app/fusion/scripts/DS2-view-models/ds2-profile/self_profile.html @@ -0,0 +1,189 @@ +
+
+

{{pageTitle}}

+
+ +
+
+

Please edit the profile details below:

+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+ +
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+ +
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+ +
+
+
+ +
+ +
+
+
+
+
+ + +
+
+
+
+ +
+ +
+
+
+
+
+ + +
+
+
+
+
+ + +
+
+ +
+ +
+
+
+ Role + +
+ +
+ + + + + + + + + + + + + + +
NameDelete
+
+ +
+
+
+
+
+
diff --git a/ecd-app-os/src/main/webapp/app/fusion/scripts/DS2-view-models/footer.html b/ecd-app-os/src/main/webapp/app/fusion/scripts/DS2-view-models/footer.html new file mode 100644 index 0000000..f4d8d7e --- /dev/null +++ b/ecd-app-os/src/main/webapp/app/fusion/scripts/DS2-view-models/footer.html @@ -0,0 +1,13 @@ +
+ +
\ No newline at end of file -- cgit 1.2.3-korg