Tweak the display a little more to make it nice.
This commit is contained in:
parent
28d2c551c3
commit
b206ad1270
1 changed files with 2 additions and 2 deletions
|
|
@ -128,7 +128,7 @@ sub www_editRuleflow {
|
||||||
hoverHelp => $i18n->get('pause interval help'),
|
hoverHelp => $i18n->get('pause interval help'),
|
||||||
);
|
);
|
||||||
if (analysisActive($session)) {
|
if (analysisActive($session)) {
|
||||||
$f->raw('Passive Analytics analysis is currently active');
|
$f->raw('<tr><td coldspan="2">Passive Analytics analysis is currently active</td></tr>');
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$f->submit(value => $i18n->get('Begin analysis'));
|
$f->submit(value => $i18n->get('Begin analysis'));
|
||||||
|
|
@ -182,7 +182,7 @@ sub www_editRuleflowSave {
|
||||||
return www_editRuleflow($session, "Error creating the workflow instance.");
|
return www_editRuleflow($session, "Error creating the workflow instance.");
|
||||||
}
|
}
|
||||||
$instance->start('skipRealtime');
|
$instance->start('skipRealtime');
|
||||||
return www_editRuleflow($session, "Passive Analytics session started");
|
return www_editRuleflow($session);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue