Update DashStats.page

This commit is contained in:
Eli Bosley
2025-09-23 15:41:17 -04:00
committed by GitHub
parent f7e79a71cd
commit 226cf8c911

View File

@@ -505,7 +505,7 @@ switch ($themeHelper->getThemeName()) { // $themeHelper set in DefaultPageLayout
<?=mk_option("",$port,_($port))?>
<?endforeach;?>
</select>
<select name="enter_view" onchange="changeView(this.value)">
<select name="enter_view" onchange="changeView(this.value)" style="min-width: 100px">
<?=mk_option("", "0", _("General info"))?>
<?=mk_option("", "1", _("Counters info"))?>
<?=mk_option("", "2", _("Errors info"))?>