From 7d07a15fe072929f60158e5caf6734e22d043045 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Mon, 17 Dec 2018 11:27:25 +0100 Subject: [PATCH] HAsync, remove references to "automatic", since we don't usually sync automatic (maybe there are some spots left, which we better kill as well then). Add a link to the status page, to make it a bit more explicit in the settings. discussed here https://github.com/opnsense/core/issues/2920 --- src/etc/inc/plugins.inc | 2 +- src/www/system_hasync.php | 25 ++++++++++++++----------- 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/src/etc/inc/plugins.inc b/src/etc/inc/plugins.inc index e00ee855d..aee8335cd 100644 --- a/src/etc/inc/plugins.inc +++ b/src/etc/inc/plugins.inc @@ -229,7 +229,7 @@ function plugins_xmlrpc_sync() if (!empty($helper['id']) && !empty($helper['section'])) { $sync_settings[$helper['id']] = $helper; if (empty($helper['help'])) { - $sync_settings[$helper['id']]['help'] = sprintf(gettext('Automatically synchronize the %s configuration to the other HA host when changes are made.'), $helper['description']); + $sync_settings[$helper['id']]['help'] = sprintf(gettext('Synchronize the %s configuration to the other HA host.'), $helper['description']); } unset($sync_settings[$helper['id']]['id']); } diff --git a/src/www/system_hasync.php b/src/www/system_hasync.php index 5e310cf4e..291c245cf 100644 --- a/src/www/system_hasync.php +++ b/src/www/system_hasync.php @@ -197,7 +197,10 @@ include("head.inc");
- + @@ -243,7 +246,7 @@ include("head.inc"); @@ -252,7 +255,7 @@ include("head.inc"); @@ -261,7 +264,7 @@ include("head.inc"); @@ -270,7 +273,7 @@ include("head.inc"); @@ -279,7 +282,7 @@ include("head.inc"); @@ -288,7 +291,7 @@ include("head.inc"); @@ -297,7 +300,7 @@ include("head.inc"); @@ -306,7 +309,7 @@ include("head.inc"); @@ -315,7 +318,7 @@ include("head.inc"); @@ -324,7 +327,7 @@ include("head.inc");
+ + +
/>
/>
/>
/>
/>
/>
/>
/>
/>
/>