luci-app-nlbwmon: change force reload html element to button
Signed-off-by: Florian Eckert <fe@dev.tdt.de> (cherry picked from commit d6443a629362f7ed79d1212cd964e5d6a127a9c0)
This commit is contained in:
parent
4ab591a24d
commit
5cdce5d96a
@ -361,8 +361,8 @@ return view.extend({
|
||||
|
||||
cbi_update_table('#host-data', rows, E('em', [
|
||||
_('No data recorded yet.'), ' ',
|
||||
E('a', {
|
||||
'href': '#',
|
||||
E('button', {
|
||||
'class': 'cbi-button',
|
||||
'click': ui.createHandlerFn(this, 'handleCommit')
|
||||
}, _('Force reload…'))
|
||||
]));
|
||||
@ -421,8 +421,8 @@ return view.extend({
|
||||
|
||||
cbi_update_table('#layer7-data', rows, E('em', [
|
||||
_('No data recorded yet.'), ' ',
|
||||
E('a', {
|
||||
'href': '#',
|
||||
E('button', {
|
||||
'class': 'cbi-button',
|
||||
'click': ui.createHandlerFn(this, 'handleCommit')
|
||||
}, _('Force reload…'))
|
||||
]));
|
||||
@ -528,8 +528,8 @@ return view.extend({
|
||||
|
||||
cbi_update_table('#ipv6-data', rows, E('em', [
|
||||
_('No data recorded yet.'), ' ',
|
||||
E('a', {
|
||||
'href': '#',
|
||||
E('button', {
|
||||
'class': 'cbi-button',
|
||||
'click': ui.createHandlerFn(this, 'handleCommit')
|
||||
}, _('Force reload…'))
|
||||
]));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user