diff --git a/net/haproxy/src/opnsense/mvc/app/views/OPNsense/HAProxy/maintenance.volt b/net/haproxy/src/opnsense/mvc/app/views/OPNsense/HAProxy/maintenance.volt
index 159a67159..3ab54d181 100644
--- a/net/haproxy/src/opnsense/mvc/app/views/OPNsense/HAProxy/maintenance.volt
+++ b/net/haproxy/src/opnsense/mvc/app/views/OPNsense/HAProxy/maintenance.volt
@@ -51,7 +51,7 @@ POSSIBILITY OF SUCH DAMAGE.
content_id = "[id=\"haproxy.maintenance.cronjobs." + key + "\"]";
$(content_id).each(function(){
// Finally add the link to the cron job edit page.
- cron_link = "
{{ lang._('Configure cron job') }}";
+ cron_link = "
{{ lang._('Configure cron job') }}";
$(this).closest("td").append(cron_link);
});
};
@@ -190,8 +190,8 @@ POSSIBILITY OF SUCH DAMAGE.
formatters: {
"commands": function (column, row) {
buttons = ""
- buttons += ""
- buttons += " "
+ buttons += ""
+ buttons += " "
return buttons;
},
},
@@ -300,10 +300,10 @@ POSSIBILITY OF SUCH DAMAGE.
formatters: {
"commands": function (column, row) {
buttons = ""
- buttons += ""
- buttons += " "
- buttons += " "
- buttons += " "
+ buttons += ""
+ buttons += " "
+ buttons += " "
+ buttons += " "
return buttons;
},
},
@@ -539,14 +539,24 @@ POSSIBILITY OF SUCH DAMAGE.
{{ lang._("%sChoose a command to change a server's state in runtime:%s") | format('', '') }}
+{{ lang._('%sNOTE:%s These changes will not be persisted across restarts of HAProxy.') | format('', '') }}
+{{ lang._("%sApply SSL certificate changes in runtime:%s") | format('', '') }}
+{{ lang._('%sNOTE:%s Changes can only be applied for Public Services that already exist in the running HAProxy service. When adding or removing Public Services HAProxy must be reloaded or restarted.') | format('', '') }}
+