Dashboard pure fix options

This commit is contained in:
Jonathan 2023-03-30 12:18:16 +02:00
parent 27e13c26c6
commit ae58add6a9
2 changed files with 9 additions and 5 deletions

View File

@ -22,7 +22,7 @@
} }
#menu_tab { #menu_tab {
margin: 0px; margin: 0;
} }
#menu_tab li.nomn.tab_operation img, #menu_tab li.nomn.tab_operation img,
@ -426,12 +426,16 @@ li#search_input_widget {
top: 2px; top: 2px;
} }
.select2-search--dropdown .select2-search__field {
width: auto;
}
div#dashboard-controls { div#dashboard-controls {
position: fixed; position: fixed;
z-index: 1; z-index: 1;
top: 10px; top: 10px;
right: 10px; right: 10px;
width: 800px; width: 450px;
height: 70px; height: 70px;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
@ -444,7 +448,7 @@ div#dashboard-controls {
} }
div#dashboard-controls div { div#dashboard-controls div {
flex: 0.5; margin-left: 10px;
text-align: center; text-align: center;
} }

View File

@ -159,7 +159,7 @@ if ($public_dashboard_hash !== false) {
} }
$comboRefreshCountdown['text'] = '<div class="dashboard-countdown display_in"></div>'; $comboRefreshCountdown['text'] = '<div class="dashboard-countdown display_in"></div>';
$comboRefresh['text'] = '<form id="refr-form" method="post" class="mrgn_top_13px" action="'.$urlRefresh.'">'; $comboRefresh['text'] = '<form id="refr-form" method="post" class="mrgn_top_13px" action="'.$urlRefresh.'">';
$comboRefresh['text'] .= __('Refresh').':'; $comboRefresh['text'] .= __('Refresh').':';
$comboRefresh['text'] .= html_print_select( $comboRefresh['text'] .= html_print_select(
\get_refresh_time_array(), \get_refresh_time_array(),
@ -284,7 +284,7 @@ if (isset($config['public_dashboard']) === true
} }
} }
if ($publicLink === false) { if ($config['pure'] === false) {
ui_print_standard_header( ui_print_standard_header(
$dashboardName, $dashboardName,
'', '',