Merge pull request #34 from bergware/master

Disallow configuration of secondary ports when services are running
This commit is contained in:
tom mortensen
2016-06-08 09:42:54 -07:00

View File

@@ -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):?>