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('h5', [ _('Restore Database Backup') ]),
|
||||||
E('p', [
|
E('p', [
|
||||||
E('button', {
|
E('button', {
|
||||||
|
'class': 'cbi-button',
|
||||||
'click': ui.createHandlerFn(this, 'handleArchiveUpload')
|
'click': ui.createHandlerFn(this, 'handleArchiveUpload')
|
||||||
}, [ _('Restore') ])
|
}, [ _('Restore') ])
|
||||||
]),
|
]),
|
||||||
E('h5', [ _('Download Database Backup') ]),
|
E('h5', [ _('Download Database Backup') ]),
|
||||||
E('p', [
|
E('p', [
|
||||||
E('button', {
|
E('button', {
|
||||||
|
'class': 'cbi-button',
|
||||||
'click': ui.createHandlerFn(this, 'handleArchiveDownload', hostname)
|
'click': ui.createHandlerFn(this, 'handleArchiveDownload', hostname)
|
||||||
}, [ _('Generate Backup') ])
|
}, [ _('Generate Backup') ])
|
||||||
])
|
])
|
||||||
|
|
Loading…
Reference in a new issue