diff --git a/src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt b/src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt index c5a42e830..4a2c003aa 100644 --- a/src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt +++ b/src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt @@ -243,12 +243,11 @@ POSSIBILITY OF SUCH DAMAGE. ); }); - // XXX needs a bit more testing - //if (!data['remote'].length) { - // $('#pluginlist').append( - // '{{ lang._('Fetch updates to view available plugins.') }}' - // ); - //} + if (!data['remote'].length) { + $('#pluginlist').append( + '{{ lang._('Fetch updates to view available plugins.') }}' + ); + } // link buttons to actions $(".act_reinstall").click(function(event) {