From e0867fc901d98b3a0ccbd3036967768f7c7d7fef Mon Sep 17 00:00:00 2001 From: bergware Date: Wed, 8 Jun 2016 00:39:27 +0200 Subject: [PATCH] Added a safety measure that eth0 must be UP before other interface can be shut --- plugins/dynamix/EthX.page | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/dynamix/EthX.page b/plugins/dynamix/EthX.page index aa50ec73c..63f047701 100644 --- a/plugins/dynamix/EthX.page +++ b/plugins/dynamix/EthX.page @@ -73,6 +73,9 @@ $(function() { disableForm(form,true); + +]'"))==0):?> + $('input[name="#shut"]').prop('disabled',true); setTimeout(portcheck_ethX,Number('ethX'.substr(3))*1000); });