diff options
author | Gunnar Mills <gmills@us.ibm.com> | 2018-04-02 15:25:36 -0500 |
---|---|---|
committer | Gunnar Mills <gmills@us.ibm.com> | 2018-04-09 14:55:49 +0000 |
commit | 6d7b4a8d9da5f27acce5a96ea5b512674c24ecf8 (patch) | |
tree | 633b54a73ff41e6fc016bb444307152282829a6a /app/configuration/styles | |
parent | 6d9ef5ac6c345930c5695634118fc783ab4717ef (diff) | |
download | phosphor-webui-6d7b4a8d9da5f27acce5a96ea5b512674c24ecf8.tar.gz phosphor-webui-6d7b4a8d9da5f27acce5a96ea5b512674c24ecf8.zip |
Display error if TFTP field empty
If either TFTP Server IP Address or File Name is empty for the
"Download image file from TFTP server" function, return and
display an error.
Tested: Verified I see this error if either field is empty.
Change-Id: I3da3353dad7cfb0f765d8a662412c3adb3fa4efd
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'app/configuration/styles')
-rw-r--r-- | app/configuration/styles/firmware.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/configuration/styles/firmware.scss b/app/configuration/styles/firmware.scss index d1b0114..1a39ad6 100644 --- a/app/configuration/styles/firmware.scss +++ b/app/configuration/styles/firmware.scss @@ -143,3 +143,10 @@ padding-top: 2em; padding-left: 1em; } + +.download_error +{ + @include mediaQuery(medium) { + max-width: 35%; + } +} |