luci-app-nlbwmon: add missing cbi-button class for database backup
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
7a36518329
commit
6f6ec9f56c
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