git-svn-id: https://svn.code.sf.net/p/freetel/code@734 01035d8c-6547-0410-b346-abe4f9...
authorhorse69 <horse69@01035d8c-6547-0410-b346-abe4f91aad63>
Mon, 1 Oct 2012 01:46:07 +0000 (01:46 +0000)
committerhorse69 <horse69@01035d8c-6547-0410-b346-abe4f91aad63>
Mon, 1 Oct 2012 01:46:07 +0000 (01:46 +0000)
mini-asterisk-gui2/network.js

index ca5afdecd23a0191e5a63dccbadc234bec5ceac6..9caa3c0e1a298977c812096ad63070f3f83297af 100644 (file)
@@ -29,9 +29,11 @@ function initialise() {
 }
 
 function doDHCP() {
+    greyout("yes");
 }
 
 function doStatic() {
+    greyout("no");
 }