Private GIT

Skip to content
Snippets Groups Projects
Commit a4bbf5e9 authored by Kevin Duret's avatar Kevin Duret
Browse files

#4084 Fix link from service details to log page

parent 0ac4f638
No related branches found
No related tags found
No related merge requests found
...@@ -205,12 +205,12 @@ ...@@ -205,12 +205,12 @@
<tr> <tr>
<td class="ColPopup"> <td class="ColPopup">
{if $lcaTopo.20301 || $admin == 1} {if $lcaTopo.20301 || $admin == 1}
<a href='./main.php?p=20301&mode=0&h={$h.host_id}'>{$lnk_host_logs}</a> <a href='./main.php?p=20301&h={$h.host_id}'>{$lnk_host_logs}</a>
{/if} {/if}
</td> </td>
<td class="ColPopup"> <td class="ColPopup">
{if $lcaTopo.20301 || $admin == 1} {if $lcaTopo.20301 || $admin == 1}
<a href='./main.php?p=20301&mode=0&id=HS_{$service_id}_{$h.host_id}'>{$lnk_serv_logs}</a> <a href='./main.php?p=20301&svc={$h.host_id}_{$service_id}'>{$lnk_serv_logs}</a>
{/if} {/if}
</td> </td>
</tr> </tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment