summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/htdocs/luci-static/resources
diff options
context:
space:
mode:
Diffstat (limited to 'modules/luci-base/htdocs/luci-static/resources')
-rw-r--r--modules/luci-base/htdocs/luci-static/resources/tools/widgets.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/luci-base/htdocs/luci-static/resources/tools/widgets.js b/modules/luci-base/htdocs/luci-static/resources/tools/widgets.js
index 9cc3e26ed2..38693c5b09 100644
--- a/modules/luci-base/htdocs/luci-static/resources/tools/widgets.js
+++ b/modules/luci-base/htdocs/luci-static/resources/tools/widgets.js
@@ -134,6 +134,7 @@ var CBIZoneSelect = form.ListValue.extend({
sort: true,
multiple: this.multiple,
optional: this.optional || this.rmempty,
+ disabled: this.readonly,
select_placeholder: E('em', _('unspecified')),
display_items: this.display_size || this.size || 3,
dropdown_items: this.dropdown_size || this.size || 5,
@@ -388,6 +389,7 @@ var CBINetworkSelect = form.ListValue.extend({
sort: true,
multiple: this.multiple,
optional: this.optional || this.rmempty,
+ disabled: this.readonly,
select_placeholder: E('em', _('unspecified')),
display_items: this.display_size || this.size || 3,
dropdown_items: this.dropdown_size || this.size || 5,
@@ -555,6 +557,7 @@ var CBIDeviceSelect = form.ListValue.extend({
sort: order,
multiple: this.multiple,
optional: this.optional || this.rmempty,
+ disabled: this.readonly,
select_placeholder: E('em', _('unspecified')),
display_items: this.display_size || this.size || 3,
dropdown_items: this.dropdown_size || this.size || 5,