mirror of
https://github.com/unraid/webgui.git
synced 2025-12-30 22:20:23 -06: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))?>
|
||||
<?endforeach;?>
|
||||
</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("", "1", _("Counters info"))?>
|
||||
<?=mk_option("", "2", _("Errors info"))?>
|
||||
|
||||
Reference in New Issue
Block a user