mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-26 18:38:38 -06:00
Clear assigned table config when resetting the configuration
This commit is contained in:
parent
a3a9cef52f
commit
02103ab26e
BIN
netbox/project-static/dist/netbox.js
vendored
BIN
netbox/project-static/dist/netbox.js
vendored
Binary file not shown.
BIN
netbox/project-static/dist/netbox.js.map
vendored
BIN
netbox/project-static/dist/netbox.js.map
vendored
Binary file not shown.
@ -80,7 +80,8 @@ function handleSubmit(event: Event): void {
|
|||||||
const toast = createToast('danger', 'Error Resetting Table Configuration', res.error);
|
const toast = createToast('danger', 'Error Resetting Table Configuration', res.error);
|
||||||
toast.show();
|
toast.show();
|
||||||
} else {
|
} else {
|
||||||
location.reload();
|
// Strip any URL query parameters & reload the page
|
||||||
|
window.location.href = window.location.origin + window.location.pathname;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user