Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
#4084 Fix link from service details to log page
Browse files Browse the repository at this point in the history
  • Loading branch information
kduret committed Jan 12, 2016
1 parent 0ac4f63 commit a4bbf5e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,12 +205,12 @@
<tr>
<td class="ColPopup">
{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}
</td>
<td class="ColPopup">
{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}
</td>
</tr>
Expand Down

0 comments on commit a4bbf5e

Please sign in to comment.