mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-30 10:47:08 -06:00
Make button test consistent with rest of page
This commit is contained in:
parent
0576193015
commit
dd28d4e6f6
@ -11,7 +11,7 @@
|
||||
<div id="search">
|
||||
<form action="${tg.url('/principal/list')}" method="get">
|
||||
<input id="hostname" type="text" name="hostname" value="${hostname}" />
|
||||
<input class="searchbutton" type="submit" value="Find Hosts"/>
|
||||
<input class="searchbutton" type="submit" value="Find Service Principals"/>
|
||||
</form>
|
||||
<script type="text/javascript">
|
||||
document.getElementById("hostname").focus();
|
||||
|
Loading…
Reference in New Issue
Block a user