RFE 549 commits now check for spectre connectivity before commiting and a new macro for showing spectre status.
This commit is contained in:
parent
655e5e7654
commit
77913e956b
7 changed files with 42 additions and 9 deletions
|
|
@ -3,13 +3,19 @@ package WebGUI::i18n::English::Macro_SpectreCheck;
|
|||
use strict;
|
||||
|
||||
our $I18N = {
|
||||
'spectre ok' => {
|
||||
'spectre' => {
|
||||
message => q|Spectre is OK|,
|
||||
lastUpdated => 1202771219,
|
||||
context => q|Message saying that Spectre is doing okay.|
|
||||
},
|
||||
|
||||
'spectre is down' => {
|
||||
'subnet' => {
|
||||
message => q|There is a problem with Spectre's subnet setting.|,
|
||||
lastUpdated => 1202771219,
|
||||
context => q|Message saying that Spectre has a problem with its subnet setting.|
|
||||
},
|
||||
|
||||
'spectre' => {
|
||||
message => q|Spectre is down|,
|
||||
lastUpdated => 1202771224,
|
||||
context => q|Message saying that Spectre is unable to be contacted.|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue