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:
Alex
2025-10-27 13:15:12 -07:00
committed by GitHub
parent 4eac9f51ee
commit 5bad1703b7
5 changed files with 19 additions and 8 deletions
@@ -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";
}
// }
?>