@@ -6,11 +6,11 @@ <h1>Tools</h1>
66 < ng-template >
77 < div >
88 < clr-icon shape ="angle " style ="transform: rotate(90deg) "> </ clr-icon >
9- < a href ="/ # " (click) ="run('export-stream') "> Export stream(s): Create a JSON file with the selected streams</ a >
9+ < a href ="{{ baseApiUrl }} # " (click) ="run('export-stream') "> Export stream(s): Create a JSON file with the selected streams</ a >
1010 </ div >
1111 < div [appRole] ="['ROLE_CREATE'] ">
1212 < clr-icon shape ="angle " style ="transform: rotate(90deg) "> </ clr-icon >
13- < a href ="/ # " (click) ="run('import-stream') "> Import stream(s): Import streams from a JSON file</ a >
13+ < a href ="{{ baseApiUrl }} # " (click) ="run('import-stream') "> Import stream(s): Import streams from a JSON file</ a >
1414 </ div >
1515 </ ng-template >
1616 </ app-view-card >
@@ -19,11 +19,11 @@ <h1>Tools</h1>
1919 < ng-template >
2020 < div >
2121 < clr-icon shape ="angle " style ="transform: rotate(90deg) "> </ clr-icon >
22- < a href ="/ # " (click) ="run('cleanup-all') "> Clean up all task/job executions</ a >
22+ < a href ="{{ baseApiUrl }} # " (click) ="run('cleanup-all') "> Clean up all task/job executions</ a >
2323 </ div >
2424 < div >
2525 < clr-icon shape ="angle " style ="transform: rotate(90deg) "> </ clr-icon >
26- < a href ="/ # " (click) ="run('cleanup-completed') "> Clean up all completed task/job executions</ a >
26+ < a href ="{{ baseApiUrl }} # " (click) ="run('cleanup-completed') "> Clean up all completed task/job executions</ a >
2727 </ div >
2828 </ ng-template >
2929 </ app-view-card >
@@ -33,11 +33,11 @@ <h1>Tools</h1>
3333 < ng-template >
3434 < div >
3535 < clr-icon shape ="angle " style ="transform: rotate(90deg) "> </ clr-icon >
36- < a href ="/ # " (click) ="run('export-task') "> Export task(s): Create a JSON file with the selected tasks</ a >
36+ < a href ="{{ baseApiUrl }} # " (click) ="run('export-task') "> Export task(s): Create a JSON file with the selected tasks</ a >
3737 </ div >
3838 < div [appRole] ="['ROLE_CREATE'] ">
3939 < clr-icon shape ="angle " style ="transform: rotate(90deg) "> </ clr-icon >
40- < a href ="/ # " (click) ="run('import-task') "> Import task(s): Import tasks from a JSON file</ a >
40+ < a href ="{{ baseApiUrl }} # " (click) ="run('import-task') "> Import task(s): Import tasks from a JSON file</ a >
4141 </ div >
4242 </ ng-template >
4343 </ app-view-card >
0 commit comments