Dashboard: Minor bug fixes (#7597)
* Dashboard: Minor bug fixes * Update dashboard_edit.php * Update index.php * Update device_keys.php * Update domain_limits.php
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
unset($hud_stat);
|
||||
|
||||
//domain limits
|
||||
if (!empty($_SESSION['limit']) && sizeof($_SESSION['limit']) > 0) {
|
||||
// if (!empty($_SESSION['limit']) && sizeof($_SESSION['limit']) > 0) {
|
||||
|
||||
//set the row style
|
||||
$c = 0;
|
||||
@@ -240,6 +240,6 @@
|
||||
echo "<span class='hud_expander' onclick=\"$('#hud_domain_limits_details').slideToggle('fast');\"><span class='fas fa-ellipsis-h'></span></span>";
|
||||
}
|
||||
echo "</div>\n";
|
||||
}
|
||||
// }
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user