From 58ec81468652bdc8a4a1f579d4498d1dfe2a6596 Mon Sep 17 00:00:00 2001 From: Youngsoo Choi Date: Thu, 30 Sep 2021 22:20:35 -0700 Subject: [PATCH] fixup! [DeviceHome] Move to error.html if tau library isn't loaded The file name causing network issue is added into the error message. Change-Id: I49b845b75a467f9e5a5fc1f17795d0d7e98f1c5c Signed-off-by: Youngsoo Choi --- device_home/client/client.html | 16 ++++++++-------- device_home/client/css/style.css | 6 +----- device_home/client/error.html | 14 ++++++++++---- 3 files changed, 19 insertions(+), 17 deletions(-) diff --git a/device_home/client/client.html b/device_home/client/client.html index c2c03c2..91f4fab 100755 --- a/device_home/client/client.html +++ b/device_home/client/client.html @@ -5,20 +5,20 @@ My Device App - + + - - + + - diff --git a/device_home/client/css/style.css b/device_home/client/css/style.css index f1d7d0a..3e7b5eb 100755 --- a/device_home/client/css/style.css +++ b/device_home/client/css/style.css @@ -61,13 +61,9 @@ } .error-msg { - text-align: left; - line-height: 23px; color: #505050; display: block; - margin-top: 100px; - margin-left: 20px; - padding-bottom: 20px; + text-align: center; } body { diff --git a/device_home/client/error.html b/device_home/client/error.html index 2de403f..b62d84e 100755 --- a/device_home/client/error.html +++ b/device_home/client/error.html @@ -14,12 +14,18 @@

Error

-
-

- Service is not available due to network issue -

+
+

Service is not available

+

due to network issue of

+

+ -- 2.7.4