From e2f1cf78968a9d04ff64060b4ce9888b1f6ea5ef Mon Sep 17 00:00:00 2001 From: Pavel Loginov Date: Wed, 15 Jun 2022 14:55:17 +0300 Subject: [PATCH] v6.1.0.0 Change log: https://roxy-wi.org/changelog.py#6_1 --- app/options.py | 3 ++- inc/awesome.css | 7 ++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/app/options.py b/app/options.py index 68885ddb..d74934d9 100644 --- a/app/options.py +++ b/app/options.py @@ -1805,7 +1805,8 @@ if form.getvalue('update_roxy_wi'): 'roxy-wi-keep_alive', 'roxy-wi-smon', 'roxy-wi-metrics', - 'roxy-wi-portscanner'] + 'roxy-wi-portscanner', + 'roxy-wi-socket'] if service not in services: print('error: ' + service + ' is not part of Roxy-WI') sys.exit() diff --git a/inc/awesome.css b/inc/awesome.css index a67b3b60..de0a4d22 100644 --- a/inc/awesome.css +++ b/inc/awesome.css @@ -415,4 +415,9 @@ .history .fa-history { margin-bottom: 3px; color: #aaa; -} \ No newline at end of file +} +.checker::before { + display: none; + font-family: "Font Awesome 5 Solid"; + content: "\f0f3"; +}