cluster visual fix link
This commit is contained in:
parent
d006c93297
commit
921e949947
|
@ -123,7 +123,7 @@ $table->data[1][0] = html_print_label_input_block(
|
||||||
'w100p',
|
'w100p',
|
||||||
false,
|
false,
|
||||||
'width: 100%;'
|
'width: 100%;'
|
||||||
).'<span id="advanced_action" class="advanced_actions invisible"><br>'.__('Number of alerts match from').' '.html_print_input_text('fires_min', '', '', 4, 10, true).' '.__('to').' '.html_print_input_text('fires_max', '', '', 4, 10, true).'</span>'.$create_action
|
).'<span id="advanced_action" class="advanced_actions invisible"><br>'.__('Number of alerts match from').' '.html_print_input_text('fires_min', '', '', 4, 10, true).' '.__('to').' '.html_print_input_text('fires_max', '', '', 4, 10, true).'</span><div class="flex_justify_end">'.$create_action.'</div>'
|
||||||
);
|
);
|
||||||
|
|
||||||
$own_info = get_user_info($config['id_user']);
|
$own_info = get_user_info($config['id_user']);
|
||||||
|
@ -162,7 +162,7 @@ $table->data[1][1] = html_print_label_input_block(
|
||||||
'w100p',
|
'w100p',
|
||||||
false,
|
false,
|
||||||
'width: 100%;'
|
'width: 100%;'
|
||||||
).' <a class="template_details invisible" href="#">'.html_print_image('images/zoom.png', true, ['class' => 'img_help']).'</a>'.$create_template
|
).' <a class="template_details invisible" href="#">'.html_print_image('images/zoom.png', true, ['class' => 'img_help']).'</a><div class="flex_justify_end">'.$create_template.'</div>'
|
||||||
);
|
);
|
||||||
|
|
||||||
$table->data[2][0] = html_print_label_input_block(
|
$table->data[2][0] = html_print_label_input_block(
|
||||||
|
|
|
@ -8255,6 +8255,11 @@ div.graph div.legend table {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.flex_justify_end {
|
||||||
|
display: flex;
|
||||||
|
justify-content: end;
|
||||||
|
}
|
||||||
|
|
||||||
.span_priority {
|
.span_priority {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 10px;
|
height: 10px;
|
||||||
|
|
Loading…
Reference in New Issue