From c4af2caa17d153dad21b15ee67a928125eada3bd Mon Sep 17 00:00:00 2001 From: pedro Date: Thu, 5 Aug 2021 10:44:20 +0200 Subject: [PATCH] GUI: Status: Device List: Name -> Hostname --- release/src-rt-6.x.4708/router/www/status-devices.asp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/src-rt-6.x.4708/router/www/status-devices.asp b/release/src-rt-6.x.4708/router/www/status-devices.asp index 899d4da3ae..b0ddaaeeb7 100644 --- a/release/src-rt-6.x.4708/router/www/status-devices.asp +++ b/release/src-rt-6.x.4708/router/www/status-devices.asp @@ -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  ','TX/RX
Rate','Lease ']); + this.headerSet(['Interface','Media','MAC Address','IP Address','Hostname','RSSI','Quality  ','TX/RX
Rate','Lease ']); this.populate(); this.sort(3); }