Skip to content

Commit 29dbede

Browse files
committed
changed link in operator/list to machines/filter/operator/{{ .Id }}
1 parent 06affc8 commit 29dbede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/operator/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<td>{{.Department}}</td>
1717
<td><i class="ri-mail-line"></i> <a href="mailto:{{ .Email }}">{{ .Email }}</a></td>
1818
<td>
19-
<a href="/filter/operator/{{ .Id }}">
19+
<a href="/machines/filter/operator/{{ .Id }}">
2020
{{ if eq .MachineCount 0 }}
2121
<span role="button" class="secondary">
2222
{{ .MachineCount }}

0 commit comments

Comments
 (0)