GUI: Status: Device List: Name -> Hostname

arm-sdk7
pedro 4 years ago
parent c490ad5faf
commit c4af2caa17

@ -67,7 +67,7 @@ var dg = new TomatoGrid();
dg.setup = function() {
this.init('dev-grid', 'sort');
this.headerSet(['Interface','Media','MAC Address','IP Address','Name','RSSI','Quality &nbsp;','TX/RX<br>Rate','Lease&nbsp;']);
this.headerSet(['Interface','Media','MAC Address','IP Address','Hostname','RSSI','Quality &nbsp;','TX/RX<br>Rate','Lease&nbsp;']);
this.populate();
this.sort(3);
}

Loading…
Cancel
Save