Skip to content

Commit 8970718

Browse files
Merge pull request #4719 from IgorA100/patch-272289
Silent refresh bootstrapTable on Console page
2 parents 7b3b9c8 + a685759 commit 8970718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/skins/classic/views/js/console.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ function selectMonitor(element) {
390390
function reloadWindow() {
391391
// Use table refresh instead of full page reload
392392
if (table && table.length) {
393-
table.bootstrapTable('refresh');
393+
table.bootstrapTable('refresh', {silent: true, reinit: false});
394394
} else {
395395
window.location.replace(thisUrl);
396396
}

0 commit comments

Comments
 (0)