* Started adding the display of running and recently finished jobs to Striker when in maintenance mode. Still lots to do.
* Started working on the logic for what will soon be Words->decypher_string in anvil-daemon to process strings stored as '<key>,!!<name1>!<value1>!!,...,!!<nameN>!<valueN>!!'.
Signed-off-by: Digimer <digimer@alteeve.ca>
@ -365,7 +365,7 @@ Here we will inject 't_0006', which injects 't_0001' which has a variable: [#!st
<keyname="header_0008">Via network:</key>
<keyname="header_0008">Via network:</key>
<keyname="header_0009">Peer Connections</key>
<keyname="header_0009">Peer Connections</key>
<keyname="header_0010">Ping</key>
<keyname="header_0010">Ping</key>
<keyname="header_0011"></key>
<keyname="header_0011">Jobs</key>
<!-- General strings shown in Striker -->
<!-- General strings shown in Striker -->
<keyname="striker_0001">Welcome! Lets setup your #!string!brand_0003!# dashboard...</key>
<keyname="striker_0001">Welcome! Lets setup your #!string!brand_0003!# dashboard...</key>
@ -463,6 +463,8 @@ Here we will inject 't_0006', which injects 't_0001' which has a variable: [#!st
<keyname="striker_0093">This machine needs to be rebooted. This option will restart the host operating system.</key>
<keyname="striker_0093">This machine needs to be rebooted. This option will restart the host operating system.</key>
<keyname="striker_0094">Power off this Striker</key>
<keyname="striker_0094">Power off this Striker</key>
<keyname="striker_0095">This will power off the Striker machine and leave it off. To power it back on, you will need physical access or cycle the power of the PDU feeding this Striker.</key>
<keyname="striker_0095">This will power off the Striker machine and leave it off. To power it back on, you will need physical access or cycle the power of the PDU feeding this Striker.</key>
<keyname="striker_0096">Recent and Running Jobs</key>
<keyname="striker_0097">There are no jobs currently running or recently completed.</key>