mirror of
https://github.com/unraid/webgui.git
synced 2026-03-18 10:53:09 -05:00
Merge pull request #34 from bergware/master
Disallow configuration of secondary ports when services are running
This commit is contained in:
@@ -71,7 +71,7 @@ $(function() {
|
||||
if ($(this).text().indexOf('Interface ethX')==0) $(this).append("<span id='wait_ethX' class='status red' style='display:none;font-size:small;font-style:italic'>Please wait... configuring interfaces</span>");
|
||||
});
|
||||
<?endif;?>
|
||||
<?if ($locked):?>
|
||||
<?if ($locked || $service):?>
|
||||
disableForm(form,true);
|
||||
<?endif;?>
|
||||
<?if (strlen(exec("ip link show eth0|grep -om1 ',UP[,>]'"))==0):?>
|
||||
|
||||
Reference in New Issue
Block a user