Merge pull request #4869 from dibdot/banip

luci-app-banip: cosmetics
This commit is contained in:
Florian Eckert 2021-03-03 13:19:51 +01:00 committed by GitHub
commit ade4abf539
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -123,7 +123,7 @@ return view.extend({
E('th', { 'class': 'th' }, _('Count MAC')), E('th', { 'class': 'th' }, _('Count MAC')),
E('th', { 'class': 'th' }, _('Count ACC')), E('th', { 'class': 'th' }, _('Count ACC')),
E('th', { 'class': 'th' }, _('Entry Details')), E('th', { 'class': 'th' }, _('Entry Details')),
E('th', { 'class': 'th' }, _('')), E('th', { 'class': 'th' }, '\xa0'),
E('th', { 'class': 'th' }, _('Action')) E('th', { 'class': 'th' }, _('Action'))
]) ])
]); ]);

View file

@ -754,7 +754,7 @@ return view.extend({
o = s.taboption('sources', form.DummyValue, '_sub'); o = s.taboption('sources', form.DummyValue, '_sub');
o.rawhtml = true; o.rawhtml = true;
o.default = '<em><b>Country selection</b></em>'; o.default = '<em><b>Country Selection</b></em>';
/* /*
prepare country data prepare country data
@ -775,7 +775,7 @@ return view.extend({
o = s.taboption('sources', form.DummyValue, '_sub'); o = s.taboption('sources', form.DummyValue, '_sub');
o.rawhtml = true; o.rawhtml = true;
o.default = '<em><b>ASN selection</b></em>'; o.default = '<em><b>ASN Selection</b></em>';
o = s.taboption('sources', form.DynamicList, 'ban_asns', _('ASNs')); o = s.taboption('sources', form.DynamicList, 'ban_asns', _('ASNs'));
o.datatype = 'uinteger'; o.datatype = 'uinteger';