From 89920bc518b6d8bcc7bf754b0b768ad3bf49de9b Mon Sep 17 00:00:00 2001 From: Artem Baskal Date: Thu, 30 Apr 2020 18:59:14 +0300 Subject: [PATCH] Merge: + client: Hide dns autofix warning text Squashed commit of the following: commit e99192ac85400bcce09ca8d73ceef0224f003e0c Author: ArtemBaskal Date: Thu Apr 30 16:03:20 2020 +0300 Show autofix warning conditionally commit e5658fc3aaee449a49bee76063033dc62e61c722 Author: ArtemBaskal Date: Wed Apr 29 19:18:02 2020 +0300 + client: Add wiki link on instllation screen --- client/src/install/Setup/Settings.js | 79 ++++++++++++++-------------- 1 file changed, 40 insertions(+), 39 deletions(-) diff --git a/client/src/install/Setup/Settings.js b/client/src/install/Setup/Settings.js index 876aa05b..1c31143f 100644 --- a/client/src/install/Setup/Settings.js +++ b/client/src/install/Setup/Settings.js @@ -217,19 +217,19 @@ class Settings extends Component {
{webStatus && -
- {webStatus} - {isWebFixAvailable && - - } -
-
+
+ {webStatus} + {isWebFixAvailable && + + } +
+
}
@@ -287,32 +287,33 @@ class Settings extends Component {
{dnsStatus && - -
- {dnsStatus} - {isDnsFixAvailable && - - } -
-
-

- autofix_warning_text -

- text]}> - autofix_warning_list - -

- autofix_warning_result -

-
-
-
+ +
+ {dnsStatus} + {isDnsFixAvailable && + + } +
+ {isDnsFixAvailable && +
+

+ autofix_warning_text +

+ text]}> + autofix_warning_list + +

+ autofix_warning_result +

+
} +
+
}