luci-app-nlbwmon: add missing cbi-button class for database backup
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit 6f6ec9f56c
)
This commit is contained in:
parent
ec2712335a
commit
4ab591a24d
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue