Add lost option in godmode. Fixed style.
This commit is contained in:
parent
09cce73c76
commit
257782236e
|
@ -128,6 +128,7 @@ if (check_acl ($config['id_user'], 0, "LM") || check_acl ($config['id_user'], 0,
|
|||
|
||||
if (check_acl ($config['id_user'], 0, "LM")) {
|
||||
$sub = array ();
|
||||
$sub["godmode/alerts/alert_list"]["text"] = __('List of Alerts');
|
||||
$sub["godmode/alerts/alert_templates"]["text"] = __('Templates');
|
||||
$sub["godmode/alerts/alert_actions"]["text"] = __('Actions');
|
||||
|
||||
|
|
|
@ -2986,7 +2986,7 @@ table#policy_modules td * {
|
|||
}
|
||||
.databox.data td>img,.databox.data th>img, .databox.data td>div>a>img,
|
||||
.databox.data td>span>img, .databox.data td>span>a>img,
|
||||
.databox.data td>a>img {
|
||||
.databox.data td>a>img, .databox.data td>form>a>img {
|
||||
vertical-align: middle;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue