mirror of
https://github.com/openwrt/luci.git
synced 2026-06-20 10:01:15 +04:00
Merge pull request #4046 from zhanhb/luci-mod-system-flash
luci-mod-system: fix button disabled status
This commit is contained in:
@@ -426,7 +426,7 @@ return view.extend({
|
||||
E('button', {
|
||||
'class': 'cbi-button cbi-button-save',
|
||||
'click': ui.createHandlerFn(view, 'handleBackupSave', this.map),
|
||||
'disabled': isReadonlyView
|
||||
'disabled': isReadonlyView || null
|
||||
}, [ _('Save') ])
|
||||
]));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user