@@ -6,11 +6,11 @@ <h1>Tools</h1>
6
6
< ng-template >
7
7
< div >
8
8
< 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 >
10
10
</ div >
11
11
< div [appRole] ="['ROLE_CREATE'] ">
12
12
< 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 >
14
14
</ div >
15
15
</ ng-template >
16
16
</ app-view-card >
@@ -19,11 +19,11 @@ <h1>Tools</h1>
19
19
< ng-template >
20
20
< div >
21
21
< 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 >
23
23
</ div >
24
24
< div >
25
25
< 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 >
27
27
</ div >
28
28
</ ng-template >
29
29
</ app-view-card >
@@ -33,11 +33,11 @@ <h1>Tools</h1>
33
33
< ng-template >
34
34
< div >
35
35
< 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 >
37
37
</ div >
38
38
< div [appRole] ="['ROLE_CREATE'] ">
39
39
< 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 >
41
41
</ div >
42
42
</ ng-template >
43
43
</ app-view-card >
0 commit comments