From 6d7b4a8d9da5f27acce5a96ea5b512674c24ecf8 Mon Sep 17 00:00:00 2001 From: Gunnar Mills Date: Mon, 2 Apr 2018 15:25:36 -0500 Subject: 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 --- app/configuration/styles/firmware.scss | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'app/configuration/styles') 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%; + } +} -- cgit v1.2.1