Merge pull request #6055 from TDT-AG/pr/20221026-luci-mod-network
luci-mod-network: remove uppercase for interface name on overview page
This commit is contained in:
commit
aca4591753
1 changed files with 1 additions and 1 deletions
|
@ -1199,7 +1199,7 @@ return view.extend({
|
|||
'class': 'ifacebox-head',
|
||||
'style': firewall.getZoneColorStyle(zone),
|
||||
'title': zone ? _('Part of zone %q').format(zone.getName()) : _('No zone assigned')
|
||||
}, E('strong', net.getName().toUpperCase())),
|
||||
}, E('strong', net.getName())),
|
||||
E('div', {
|
||||
'class': 'ifacebox-body',
|
||||
'id': '%s-ifc-devices'.format(section_id),
|
||||
|
|
Loading…
Reference in a new issue