commit | a30394b79c414a7f470bd89a333e892ccb3d2340 | [log] [tgz] |
---|---|---|
author | beccabroek <beccabroek@gmail.com> | Fri Dec 14 17:19:45 2018 -0600 |
committer | beccabroek <beccabroek@gmail.com> | Tue Jan 15 09:22:20 2019 -0600 |
tree | 1548334f82041c4d867a081d636e4212ca0c3c56 | |
parent | 9feb9ce2805fe3ada1b9a7fc8e0fa5f3ad45788e [diff] [blame] |
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>
diff --git a/app/common/styles/elements/index.scss b/app/common/styles/elements/index.scss index 9a6fe55..dd32703 100644 --- a/app/common/styles/elements/index.scss +++ b/app/common/styles/elements/index.scss
@@ -13,3 +13,4 @@ @import "quicklinks"; @import "errors"; @import "success"; +@import "toast";