diff --git a/nano/layouts/layout_default.tmpl b/nano/layouts/layout_default.tmpl index c0832fb6803..812b974a1ab 100644 --- a/nano/layouts/layout_default.tmpl +++ b/nano/layouts/layout_default.tmpl @@ -57,13 +57,15 @@
| {{:helper.link('Shutdown', null, {'action' : 'PC_shutdown'})}} - {{if data.PC_showexitprogram}} - | {{:helper.link('EXIT PROGRAM', null, {'action' : 'PC_exit'})}} - | {{:helper.link('Minimize Program', null, {'action' : 'PC_minimize'})}} - {{/if}} - |
| {{:helper.link('Shutdown', 'power-off', {'action' : 'PC_shutdown'})}} + {{if data.PC_showexitprogram}} + | {{:helper.link('EXIT PROGRAM', 'times', {'action' : 'PC_exit'})}} + | {{:helper.link('Minimize Program', 'minus', {'action' : 'PC_minimize'})}} + {{/if}} + |
| PROTOCOL | STATUS | @@ -35,23 +39,23 @@|||
|---|---|---|---|---|
| Software Downloads | -{{:data.config_softwaredownload ? 'ENABLED' : 'DISABLED'}} | -{{:helper.link('TOGGLE', null, {'action' : 'toggle_function', 'id' : 1})}} | +{{:helper.link('TOGGLE', null, {'action' : 'toggle_function', 'id' : 1})}} |
|
| Peer to Peer Traffic | -{{:data.config_peertopeer ? 'ENABLED' : 'DISABLED'}} | -{{:helper.link('TOGGLE', null, {'action' : 'toggle_function', 'id' : 2})}} | +{{:helper.link('TOGGLE', null, {'action' : 'toggle_function', 'id' : 2})}} |
|
| Communication Systems | -{{:data.config_communication ? 'ENABLED' : 'DISABLED'}} | -{{:helper.link('TOGGLE', null, {'action' : 'toggle_function', 'id' : 3})}} | +{{:helper.link('TOGGLE', null, {'action' : 'toggle_function', 'id' : 3})}} |
|
| Remote System Control | -{{:data.config_systemcontrol ? 'ENABLED' : 'DISABLED'}} | -{{:helper.link('TOGGLE', null, {'action' : 'toggle_function', 'id' : 4})}} | +{{:helper.link('TOGGLE', null, {'action' : 'toggle_function', 'id' : 4})}} |