Merge pull request #4719 from IgorA100/patch-272289
Silent refresh bootstrapTable on Console pagepull/4428/merge
commit
8970718f96
|
|
@ -390,7 +390,7 @@ function selectMonitor(element) {
|
|||
function reloadWindow() {
|
||||
// Use table refresh instead of full page reload
|
||||
if (table && table.length) {
|
||||
table.bootstrapTable('refresh');
|
||||
table.bootstrapTable('refresh', {silent: true, reinit: false});
|
||||
} else {
|
||||
window.location.replace(thisUrl);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue