From 0acb4fcc133056f9fb401b6e23d70f6ec895302a Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Mon, 2 Oct 2017 12:09:24 -0400 Subject: Update deliveries for portal deployment Use onap (not openecomp) in Nexus tag. Revise environment variables suitable for Rackspace via HEAT. Use registry nexus.onap.org:10001 instead of port 1003. Drop portal_vm_init.sh; moved back to ONAP demo repo. Issue: PORTAL-90 Change-Id: Ib51668eceff851db0271cd6acb2bdecf08cafa06 Signed-off-by: Christopher Lott (cl778h) --- ...user.notifications.Json.details.modal.page.html | 92 ---------------------- ...user.notifications.json.details.modal.page.html | 92 ++++++++++++++++++++++ 2 files changed, 92 insertions(+), 92 deletions(-) delete mode 100644 ecomp-portal-FE-common/client/app/views/user-notifications-admin/user.notifications.Json.details.modal.page.html create mode 100644 ecomp-portal-FE-common/client/app/views/user-notifications-admin/user.notifications.json.details.modal.page.html (limited to 'ecomp-portal-FE-common/client') diff --git a/ecomp-portal-FE-common/client/app/views/user-notifications-admin/user.notifications.Json.details.modal.page.html b/ecomp-portal-FE-common/client/app/views/user-notifications-admin/user.notifications.Json.details.modal.page.html deleted file mode 100644 index 4374e0d6..00000000 --- a/ecomp-portal-FE-common/client/app/views/user-notifications-admin/user.notifications.Json.details.modal.page.html +++ /dev/null @@ -1,92 +0,0 @@ - - -
-

Message Notification Details

- -
- -
-
- -
-
- -
- -

Message Source :{{selectedAdminNotification.msgSource}}

-

Message Title :{{selectedAdminNotification.msgHeader}}

-

Message Recipient :{{messageRecipients}}

- Notification Hyperlink :{{selectedAdminNotification.notificationHyperlink}} - -
- -
-
- {{key}} : {{data}} - -
-
-

{{key}} : {{data | date:'yyyy-MM-dd HH:mm:ss Z'}}

-
-
-

{{key}} : {{data | date:'yyyy-MM-dd HH:mm:ss Z'}}

-
-
-

{{key}} :{{data}}

-
-
-
- - -
-
-
-
- - - - diff --git a/ecomp-portal-FE-common/client/app/views/user-notifications-admin/user.notifications.json.details.modal.page.html b/ecomp-portal-FE-common/client/app/views/user-notifications-admin/user.notifications.json.details.modal.page.html new file mode 100644 index 00000000..4374e0d6 --- /dev/null +++ b/ecomp-portal-FE-common/client/app/views/user-notifications-admin/user.notifications.json.details.modal.page.html @@ -0,0 +1,92 @@ + + +
+

Message Notification Details

+ +
+ +
+
+ +
+
+ +
+ +

Message Source :{{selectedAdminNotification.msgSource}}

+

Message Title :{{selectedAdminNotification.msgHeader}}

+

Message Recipient :{{messageRecipients}}

+ Notification Hyperlink :{{selectedAdminNotification.notificationHyperlink}} + +
+ +
+
+ {{key}} : {{data}} + +
+
+

{{key}} : {{data | date:'yyyy-MM-dd HH:mm:ss Z'}}

+
+
+

{{key}} : {{data | date:'yyyy-MM-dd HH:mm:ss Z'}}

+
+
+

{{key}} :{{data}}

+
+
+
+ + +
+
+
+
+ + + + -- cgit 1.2.3-korg