Merge branch 'ent-9662-Restyling-fuentes-colores-botones' of brutus.artica.es:artica/pandorafms into ent-9662-Restyling-fuentes-colores-botones
This commit is contained in:
commit
a128151d9e
pandora_console
|
@ -116,32 +116,24 @@ if ($is_enterprise !== ENTERPRISE_NOT_HOOK && $vconsoles_manage) {
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($is_metaconsole === false) {
|
ui_print_standard_header(
|
||||||
ui_print_standard_header(
|
__('Visual Console List'),
|
||||||
__('Visual Console List'),
|
'images/op_reporting.png',
|
||||||
'images/op_reporting.png',
|
false,
|
||||||
false,
|
'',
|
||||||
'',
|
true,
|
||||||
true,
|
$buttons,
|
||||||
$buttons,
|
[
|
||||||
[
|
[
|
||||||
[
|
'link' => '',
|
||||||
'link' => '',
|
'label' => __('Topology maps'),
|
||||||
'label' => __('Topology maps'),
|
],
|
||||||
],
|
[
|
||||||
[
|
'link' => '',
|
||||||
'link' => '',
|
'label' => __('Visual console'),
|
||||||
'label' => __('Visual console'),
|
],
|
||||||
],
|
]
|
||||||
]
|
);
|
||||||
);
|
|
||||||
} else {
|
|
||||||
ui_meta_print_header(
|
|
||||||
__('Visual console').' » '.$visualConsoleName,
|
|
||||||
'',
|
|
||||||
$buttons
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
$id_layout = (int) get_parameter('id_layout');
|
$id_layout = (int) get_parameter('id_layout');
|
||||||
$copy_layout = (bool) get_parameter('copy_layout');
|
$copy_layout = (bool) get_parameter('copy_layout');
|
||||||
|
|
|
@ -113,32 +113,24 @@ if ($is_enterprise !== ENTERPRISE_NOT_HOOK && $vconsoles_manage) {
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($is_metaconsole === false) {
|
ui_print_standard_header(
|
||||||
ui_print_standard_header(
|
__('Favourite Visual Console'),
|
||||||
__('Favourite Visual Console'),
|
'images/op_reporting.png',
|
||||||
'images/op_reporting.png',
|
false,
|
||||||
false,
|
'',
|
||||||
'',
|
true,
|
||||||
true,
|
$buttons,
|
||||||
$buttons,
|
[
|
||||||
[
|
[
|
||||||
[
|
'link' => '',
|
||||||
'link' => '',
|
'label' => __('Topology maps'),
|
||||||
'label' => __('Topology maps'),
|
],
|
||||||
],
|
[
|
||||||
[
|
'link' => '',
|
||||||
'link' => '',
|
'label' => __('Visual console'),
|
||||||
'label' => __('Visual console'),
|
],
|
||||||
],
|
]
|
||||||
]
|
);
|
||||||
);
|
|
||||||
} else {
|
|
||||||
ui_meta_print_header(
|
|
||||||
__('Visual console').' » '.$visualConsoleName,
|
|
||||||
'',
|
|
||||||
$buttons
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
$search = (string) get_parameter('search', '');
|
$search = (string) get_parameter('search', '');
|
||||||
$ag_group = (int) get_parameter('ag_group', 0);
|
$ag_group = (int) get_parameter('ag_group', 0);
|
||||||
|
|
|
@ -11449,9 +11449,12 @@ div[role="dialog"] {
|
||||||
#table_item_reporting > tbody > tr > td:first-child,
|
#table_item_reporting > tbody > tr > td:first-child,
|
||||||
#add_advanced_table > tbody > tr > td:first-child,
|
#add_advanced_table > tbody > tr > td:first-child,
|
||||||
#table_item_edit_reporting > tbody > tr > td:first-child,
|
#table_item_edit_reporting > tbody > tr > td:first-child,
|
||||||
|
#add_alert_table > tbody > tr > td:first-child,
|
||||||
|
.row-title-font-child > td:first-child,
|
||||||
.row-title-font > td,
|
.row-title-font > td,
|
||||||
.row-title-font > td > div > div > b,
|
.row-title-font > td > div,
|
||||||
.td-title-font {
|
.td-title-font > b,
|
||||||
|
.row-title-font > td > div > div > b {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
color: #161628;
|
color: #161628;
|
||||||
|
|
Loading…
Reference in New Issue