Update system_status.php (#6114)
This commit is contained in:
parent
e522f8702f
commit
a8697e1f71
|
|
@ -19,7 +19,8 @@
|
|||
$text = $language->get($_SESSION['domain']['language']['code'], 'core/user_settings');
|
||||
|
||||
//system status
|
||||
//if (is_array($selected_blocks) && in_array('system', $selected_blocks)) {
|
||||
echo "<div class='hud_box'>\n";
|
||||
|
||||
$c = 0;
|
||||
$row_style["0"] = "row_style0";
|
||||
$row_style["1"] = "row_style1";
|
||||
|
|
@ -315,7 +316,7 @@
|
|||
echo "</table>\n";
|
||||
echo "</div>";
|
||||
$n++;
|
||||
//}
|
||||
echo " <span class='hud_expander' onclick=\"$('#hud_system_status_details').slideToggle('fast');\"><span class='fas fa-ellipsis-h'></span></span>";
|
||||
|
||||
echo "<span class='hud_expander' onclick=\"$('#hud_system_status_details').slideToggle('fast');\"><span class='fas fa-ellipsis-h'></span></span>";
|
||||
echo "</div>\n";
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue