Fix invalid hrefs

This commit is contained in:
Bill Thornton 2020-12-02 14:01:07 -05:00
parent 5c009f287c
commit 0ba27ad4d9
19 changed files with 70 additions and 70 deletions

View file

@ -95,7 +95,7 @@ export function logout() {
}
export function getPluginUrl(name) {
return 'configurationpage?name=' + encodeURIComponent(name);
return '#!/configurationpage?name=' + encodeURIComponent(name);
}
export function navigate(url, preserveQueryString) {