Merge pull request #4046 from zhanhb/luci-mod-system-flash
luci-mod-system: fix button disabled status
This commit is contained in:
commit
55c1ae40ee
1 changed files with 1 additions and 1 deletions
|
@ -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') ])
|
||||
]));
|
||||
|
||||
|
|
Loading…
Reference in a new issue