Actions
Bug #129
closedLink from hostname on the hosts page is absolute instead of relative (breaking https)
Description
I have an apache https site that is doing a local proxy to foreman running on localhost only (so we can do auth + ssl easily) turns out the link from the hostname doesn't get the https cause its absolute instead of relative.
http://wrenchies.net/~karl/Automator/ScreenShots/20091211153918.png
(left link is http:// right one (and rest on page) are https://)
<td class="name-column sorted" > <img alt="Linux" height="18" src="/images/hosts/Linux.jpg?1257349654" title="Linux" width="18" /><a href="http://mysite.com/hosts/26/edit">hostname</a> </td> <td class="operatingsystem-column " > <a href="/operatingsystems/1/edit?_method=get&parent_controller=hosts" class="edit action operatingsystem" id="as_hosts-operatingsystems-edit-1-link" position="after">Debian 8.04</a> </td>@
Actions