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}} +
+
{{/if}} diff --git a/nano/templates/ai_restorer.tmpl b/nano/templates/ai_restorer.tmpl index bfb23901e19..eb4c20a74f8 100644 --- a/nano/templates/ai_restorer.tmpl +++ b/nano/templates/ai_restorer.tmpl @@ -22,7 +22,7 @@
System Integrity:
- {{:helper.displayBar(data.health, 0, 100, (data.health > 75) ? 'good' : (health > 50) ? 'average' : 'bad')}} + {{:helper.displayBar(data.health, 0, 100, (data.health > 75) ? 'good' : (data.health > 50) ? 'average' : 'bad')}}
{{:helper.smoothRound(data.health)}}%
diff --git a/nano/templates/ntnet_dos.tmpl b/nano/templates/ntnet_dos.tmpl index db92c2e84b7..bff7bb3b9f0 100644 --- a/nano/templates/ntnet_dos.tmpl +++ b/nano/templates/ntnet_dos.tmpl @@ -6,7 +6,7 @@ {{for data.dos_strings}} {{:value.nums}}
{{/for}} - {{:helper.link('ABORT', null, {'action' : 'PRG_reset'})}} + {{:helper.link('ABORT', 'ban', {'action' : 'PRG_reset'})}} {{else}} ##DoS traffic generator ready. Select target device.
@@ -14,7 +14,7 @@
{{if data.focus}}{{:data.focus}}{{else}}None{{/if}}
- {{:helper.link('EXECUTE', null, {'action' : 'PRG_execute'})}}
+ {{:helper.link('EXECUTE', 'play', {'action' : 'PRG_execute'})}}
Detected devices on network:
diff --git a/nano/templates/ntnet_monitor.tmpl b/nano/templates/ntnet_monitor.tmpl index c5b66e1102e..319baa872f0 100644 --- a/nano/templates/ntnet_monitor.tmpl +++ b/nano/templates/ntnet_monitor.tmpl @@ -7,18 +7,22 @@ {{:data.ntnetrelays}} {{if data.ntnetrelays}} -
- System status: +
+
+ System status: +
+
+ {{:data.ntnetstatus ? "ENABLED" : "DISABLED"}} +
-
- {{:data.ntnetstatus ? "ENABLED" : "DISABLED"}} -
-
- Control: +
+
+ Control: +
+
+ {{:helper.link('TOGGLE', null, {'action' : 'toggleWireless'})}} +
-
- {{:helper.link('TOGGLE', null, {'action' : 'toggleWireless'})}} -


Caution - Disabling wireless transmitters when using wireless device may prevent you from re-enabling them again! {{else}}

Wireless coverage unavailable, no relays are connected.

@@ -27,7 +31,7 @@

FIREWALL CONFIGURATION

-
+
@@ -35,23 +39,23 @@ - - + + - - + + - - + + - - + +
PROTOCOL STATUS
Software Downloads{{:data.config_softwaredownload ? 'ENABLED' : 'DISABLED'}}{{:helper.link('TOGGLE', null, {'action' : 'toggle_function', 'id' : 1})}}
{{:data.config_softwaredownload ? 'ENABLED' : 'DISABLED'}}
{{: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})}}
{{:data.config_peertopeer ? 'ENABLED' : 'DISABLED'}}
{{: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})}}
{{:data.config_communication ? 'ENABLED' : 'DISABLED'}}
{{: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})}}
{{:data.config_systemcontrol ? 'ENABLED' : 'DISABLED'}}
{{:helper.link('TOGGLE', null, {'action' : 'toggle_function', 'id' : 4})}}