summaryrefslogtreecommitdiffstats
path: root/app/index.html
diff options
context:
space:
mode:
authorbeccabroek <beccabroek@gmail.com>2018-12-14 17:19:45 -0600
committerbeccabroek <beccabroek@gmail.com>2019-01-15 09:22:20 -0600
commita30394b79c414a7f470bd89a333e892ccb3d2340 (patch)
tree1548334f82041c4d867a081d636e4212ca0c3c56 /app/index.html
parent9feb9ce2805fe3ada1b9a7fc8e0fa5f3ad45788e (diff)
downloadphosphor-webui-a30394b79c414a7f470bd89a333e892ccb3d2340.tar.gz
phosphor-webui-a30394b79c414a7f470bd89a333e892ccb3d2340.zip
Add toast notifications to SNMP page
Design team proposed that our error and success messages be delivered as 'toast' messages on the right side of the screen. This brings in ngToast and implements notifications on SNMP page. Notifications will fade after 10 seconds or can be dismissed. https://github.com/tameraydin/ngToast Change-Id: I1053534cd1ab189ae5c2ac07e2a922acea231c70 Signed-off-by: beccabroek <beccabroek@gmail.com>
Diffstat (limited to 'app/index.html')
-rw-r--r--app/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/index.html b/app/index.html
index 63ee778..96f66c1 100644
--- a/app/index.html
+++ b/app/index.html
@@ -13,6 +13,7 @@
<app-header ng-if="dataService.showNavigation" path="dataService.path"></app-header>
<app-navigation ng-if="dataService.showNavigation" path="dataService.path" show-navigation="dataService.showNavigation"></app-navigation>
+ <toast ng-if="dataService.showNavigation"></toast>
<main ng-view ng-class="{'content__container': dataService.showNavigation, 'login__wrapper': !dataService.showNavigation}">
</main>
OpenPOWER on IntegriCloud