connectcore-demo-example: network: remove duplicate entries for eth1
Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
5d801b0386
commit
10570b5ebc
|
|
@ -415,18 +415,6 @@ Digi Demo - Network
|
||||||
$("#eth1_subnet_mask").on("input", function(event) {
|
$("#eth1_subnet_mask").on("input", function(event) {
|
||||||
validateInterface("eth1");
|
validateInterface("eth1");
|
||||||
});
|
});
|
||||||
$('#eth1_enable').click(function(){
|
|
||||||
updateInterfaceControls("eth1");
|
|
||||||
});
|
|
||||||
$("#eth1_ip_mode").on("change", function(event) {
|
|
||||||
updateInterfaceControls("eth1");
|
|
||||||
});
|
|
||||||
$("#eth1_ip_addr").on("input", function(event) {
|
|
||||||
validateInterface("eth1");
|
|
||||||
});
|
|
||||||
$("#eth1_subnet_mask").on("input", function(event) {
|
|
||||||
validateInterface("eth1");
|
|
||||||
});
|
|
||||||
$("#eth1_default_gateway").on("input", function(event) {
|
$("#eth1_default_gateway").on("input", function(event) {
|
||||||
validateInterface("eth1");
|
validateInterface("eth1");
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue