We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b3b9c8 + a685759 commit 8970718Copy full SHA for 8970718
web/skins/classic/views/js/console.js
@@ -390,7 +390,7 @@ function selectMonitor(element) {
390
function reloadWindow() {
391
// Use table refresh instead of full page reload
392
if (table && table.length) {
393
- table.bootstrapTable('refresh');
+ table.bootstrapTable('refresh', {silent: true, reinit: false});
394
} else {
395
window.location.replace(thisUrl);
396
}
0 commit comments