luci-app-nlbwmon: add missing cbi-button class for database backup
Signed-off-by: Florian Eckert <fe@dev.tdt.de> (cherry picked from commit 6f6ec9f56cc24be9f432b0a88a29f46277dad7d5)
This commit is contained in:
parent
ec2712335a
commit
4ab591a24d
@ -52,12 +52,14 @@ return view.extend({
|
||||
E('h5', [ _('Restore Database Backup') ]),
|
||||
E('p', [
|
||||
E('button', {
|
||||
'class': 'cbi-button',
|
||||
'click': ui.createHandlerFn(this, 'handleArchiveUpload')
|
||||
}, [ _('Restore') ])
|
||||
]),
|
||||
E('h5', [ _('Download Database Backup') ]),
|
||||
E('p', [
|
||||
E('button', {
|
||||
'class': 'cbi-button',
|
||||
'click': ui.createHandlerFn(this, 'handleArchiveDownload', hostname)
|
||||
}, [ _('Generate Backup') ])
|
||||
])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user