mirror of
https://github.com/unraid/webgui.git
synced 2026-05-07 21:01:19 -05:00
fix: remove unnecessary style attribute from enter_view select element in DashStats.page
This commit is contained in:
@@ -505,7 +505,7 @@ switch ($themeHelper->getThemeName()) { // $themeHelper set in DefaultPageLayout
|
|||||||
<?=mk_option("",$port,_($port))?>
|
<?=mk_option("",$port,_($port))?>
|
||||||
<?endforeach;?>
|
<?endforeach;?>
|
||||||
</select>
|
</select>
|
||||||
<select name="enter_view" style="min-width: 140px" onchange="changeView(this.value)">
|
<select name="enter_view" onchange="changeView(this.value)">
|
||||||
<?=mk_option("", "0", _("General info"))?>
|
<?=mk_option("", "0", _("General info"))?>
|
||||||
<?=mk_option("", "1", _("Counters info"))?>
|
<?=mk_option("", "1", _("Counters info"))?>
|
||||||
<?=mk_option("", "2", _("Errors info"))?>
|
<?=mk_option("", "2", _("Errors info"))?>
|
||||||
|
|||||||
Reference in New Issue
Block a user