Fix invalid hrefs
This commit is contained in:
parent
5c009f287c
commit
0ba27ad4d9
19 changed files with 70 additions and 70 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue