From 8a3b807f2162477ca6daf592edbe0ead3566ae80 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 16 Feb 2021 13:54:10 +0100 Subject: [PATCH] firmware: note in update log about the purpose #4500 The issue is that some users assume there is manual need for file changes as prompted by FreeBSD package manager and its ports, but that is generally not the case when using OPNsense. For core functionality and plugins the GUI takes care of all these manual maintenence steps. --- .../mvc/app/views/OPNsense/Core/firmware.volt | 24 ++++++++++--------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt b/src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt index e5bdaf87d..4384d69e2 100644 --- a/src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt +++ b/src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt @@ -765,11 +765,11 @@ }); }); - $("#btn_update_status_copy").click(function(){ + $("#update_status_copy").click(function () { $("#update_status").select(); document.execCommand("copy"); document.getSelection().removeAllRanges(); - $(this).toggleClass("fa-flip-horizontal"); + setTimeout(function () { $("#update_status").blur(); }, 100); }); // update history on tab state and implement navigation @@ -784,13 +784,6 @@ }); }); -
@@ -831,8 +824,17 @@
- - + + + + + + + +
+ {{ lang._('Output shown here for diagnostic purposes. There is no general need for manual system intervention.') }} + {{ lang._('Click here to copy to clipboard.') }} +