aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/resource/hosts.html
diff options
context:
space:
mode:
authorSawyer Bergeron <sbergeron@iol.unh.edu>2019-03-19 16:22:31 -0400
committerSawyer Bergeron <sbergeron@iol.unh.edu>2019-03-28 15:48:21 -0400
commit31dc78ea35cf207cb88a4e0cba93c89bc7010886 (patch)
treee0184fbb3f3af33d26868e83424fdc431db60c8c /src/templates/resource/hosts.html
parent4816475aecde4d949e1a4d37b4f494573d7257bd (diff)
Add host detail view
Change-Id: Ie385fe3f2fbe3b178f00928914d47a34b181d05e Signed-off-by: Sawyer Bergeron <sbergeron@iol.unh.edu>
Diffstat (limited to 'src/templates/resource/hosts.html')
-rw-r--r--src/templates/resource/hosts.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/resource/hosts.html b/src/templates/resource/hosts.html
index 4bf64e0..69b7231 100644
--- a/src/templates/resource/hosts.html
+++ b/src/templates/resource/hosts.html
@@ -17,7 +17,7 @@
{{ host.name }}
</td>
<td>
- {{ host.profile }}
+ <a href="profiles/{{ host.profile.id }}">{{ host.profile }}</a>
</td>
<td>
{{ host.booked }}