summaryrefslogtreecommitdiff
path: root/luci2
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-10-12 21:02:07 +0000
committerJo-Philipp Wich <jow@openwrt.org>2013-10-12 21:02:07 +0000
commit161827ba6ddf1621eefa8a1c87e763f4c643ca8b (patch)
tree1ff3cadbdf420b31f8402b8950088b8d7838be09 /luci2
parent6c11828ca6216bd177e974ba6843ec5332afddf4 (diff)
downloadluci2-ui-161827ba6ddf1621eefa8a1c87e763f4c643ca8b.tar.gz
luci2: remove stuff left over from copy & pasting system.leds.js
Diffstat (limited to 'luci2')
-rw-r--r--luci2/htdocs/luci2/view/network.hosts.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/luci2/htdocs/luci2/view/network.hosts.js b/luci2/htdocs/luci2/view/network.hosts.js
index 2dab0d9..587b181 100644
--- a/luci2/htdocs/luci2/view/network.hosts.js
+++ b/luci2/htdocs/luci2/view/network.hosts.js
@@ -8,9 +8,7 @@ L.ui.view.extend({
});
var s = m.section(L.cbi.TableSection, 'domain', {
- caption: function(sid) { return sid ? (this.fields.name.textvalue(sid) || L.tr('Unnamed LED')) : '' },
- teasers: [ 'sysfs', 'default', 'trigger', '_net_dev', 'mode', '_usb_dev', 'delayon', 'delayoff' ],
- collabsible: true,
+ anonymous: true,
addremove: true,
add_caption: L.tr('Add new hostname'),
remove_caption: L.tr('Remove hostname')