diff options
author | Ken Raffenetti <raffenet@mcs.anl.gov> | 2006-09-07 19:46:18 +0000 |
---|---|---|
committer | Ken Raffenetti <raffenet@mcs.anl.gov> | 2006-09-07 19:46:18 +0000 |
commit | d2407fc1c39c270dc2c2aa8d216706260ee2fe4d (patch) | |
tree | 2167fcb121b00de59081f2aac9caa6fda5821ca0 /src/lib/Server/Hostbase/hostbase/webtemplates/results.html | |
parent | fbde04178a68b3e785785c7b793c2362f45cd457 (diff) | |
download | bcfg2-d2407fc1c39c270dc2c2aa8d216706260ee2fe4d.tar.gz bcfg2-d2407fc1c39c270dc2c2aa8d216706260ee2fe4d.tar.bz2 bcfg2-d2407fc1c39c270dc2c2aa8d216706260ee2fe4d.zip |
updated for use with apache
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2222 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Server/Hostbase/hostbase/webtemplates/results.html')
-rw-r--r-- | src/lib/Server/Hostbase/hostbase/webtemplates/results.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Server/Hostbase/hostbase/webtemplates/results.html b/src/lib/Server/Hostbase/hostbase/webtemplates/results.html index efae1143f..470883e61 100644 --- a/src/lib/Server/Hostbase/hostbase/webtemplates/results.html +++ b/src/lib/Server/Hostbase/hostbase/webtemplates/results.html @@ -99,7 +99,7 @@ <td> inactive </td> #end if <td> <a href="$host[1]">view</a> </td> - <td> <a href="$host[1]/edit.html">edit</a> </td> + <td> <a href="$host[1]/edit">edit</a> </td> </tr> #end for </table> |