diff --git a/frontend/projects/ui/src/app/pages/apps-routes/app-show/components/app-show-status/app-show-status.component.html b/frontend/projects/ui/src/app/pages/apps-routes/app-show/components/app-show-status/app-show-status.component.html index 05469bb8d..e690693df 100644 --- a/frontend/projects/ui/src/app/pages/apps-routes/app-show/components/app-show-status/app-show-status.component.html +++ b/frontend/projects/ui/src/app/pages/apps-routes/app-show/components/app-show-status/app-show-status.component.html @@ -1,63 +1,62 @@ Status - - - - - - - - - - - - - - Launch UI - - - - Configure - - - Stop - - - Start - - - - - - + + + + + + + + + + + Stop + + + + + Start + + + + + Configure + + + + + Launch UI + + + diff --git a/frontend/projects/ui/src/app/pages/apps-routes/app-show/components/app-show-status/app-show-status.component.scss b/frontend/projects/ui/src/app/pages/apps-routes/app-show/components/app-show-status/app-show-status.component.scss index 5c072aa89..0b534fd9f 100644 --- a/frontend/projects/ui/src/app/pages/apps-routes/app-show/components/app-show-status/app-show-status.component.scss +++ b/frontend/projects/ui/src/app/pages/apps-routes/app-show/components/app-show-status/app-show-status.component.scss @@ -3,7 +3,7 @@ } .action-button { - margin: 10px; - min-height: 36px; - min-width: 120px; + margin: 20px 20px 10px 0; + min-height: 42px; + min-width: 140px; } diff --git a/frontend/projects/ui/src/app/pages/notifications/notifications.page.html b/frontend/projects/ui/src/app/pages/notifications/notifications.page.html index 99ac9f979..61aa916c8 100644 --- a/frontend/projects/ui/src/app/pages/notifications/notifications.page.html +++ b/frontend/projects/ui/src/app/pages/notifications/notifications.page.html @@ -11,47 +11,61 @@ - - + - - - + + + - + - -
- -

Inbox Empty

+ +

Inbox Empty

- + - + Delete All @@ -61,26 +75,45 @@

- {{ not['package-id'] }} - - {{ not.title }} + {{ not['package-id'] }} - + + {{ not.title }}

- {{ not.message | truncateTail: 1000 }} + {{ not.message | truncateTail: 240 }}

- + View Full Message

-

- {{ not['created-at'] | date: 'short' }} -

+

{{ not['created-at'] | date: 'short' }}

- + View Report - + View Service @@ -88,11 +121,15 @@
- - - + + +
- -
\ No newline at end of file + diff --git a/frontend/projects/ui/src/app/pages/notifications/notifications.page.scss b/frontend/projects/ui/src/app/pages/notifications/notifications.page.scss index 9bba81dd0..0dee98ade 100644 --- a/frontend/projects/ui/src/app/pages/notifications/notifications.page.scss +++ b/frontend/projects/ui/src/app/pages/notifications/notifications.page.scss @@ -5,5 +5,7 @@ .view-message-tag { margin-bottom: 8px; font-size: 16px; - cursor: pointer; + a { + cursor: pointer; + } } \ No newline at end of file