commit | 7ddc7274a98f518772efa96b93e9b331d7a61117 | [log] [tgz] |
---|---|---|
author | Gunnar Mills <gmills@us.ibm.com> | Thu Apr 12 16:12:03 2018 -0500 |
committer | Gunnar Mills <gmills@us.ibm.com> | Fri May 25 09:50:55 2018 -0500 |
tree | 8b0fc1a66c82fa0e3ab08883200b086f77997e4b | |
parent | 7d6e62998fac2d905d17c1dbececb403a9ab8bdb [diff] [blame] |
Set MAC address on "Save Settings" Make a REST call to set the MAC address when the "Save Settings" button is pressed. Tested: Verified the MAC Address is set. Change-Id: I39f6d4688842b3453fd219795d07f819ba4ba481 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/app/common/styles/elements/index.scss b/app/common/styles/elements/index.scss index d431ef8..9a6fe55 100644 --- a/app/common/styles/elements/index.scss +++ b/app/common/styles/elements/index.scss
@@ -12,3 +12,4 @@ @import "modals"; @import "quicklinks"; @import "errors"; +@import "success";