Skip to content
Snippets Groups Projects
Commit 30b4b515 authored by jurgenhaas's avatar jurgenhaas
Browse files

Fix UI glitch

parent 3b759f0b
No related branches found
No related tags found
No related merge requests found
......@@ -13,8 +13,8 @@
<div id="trackerSourceDetails">
<input type="text" name="check[tracker_timeshift]" value="<%= check.getPollerParam('tracker_timeshift') || '' %>" class="span4" placeholder="Timeshift in hours."/>
<select name="check[tracker_hidemine]" value="<% check.getPollerParam('tracker_hidemine') || '0' %>" class="span4">
<option value="0">Hide mine</option>
<option value="1">Show mine</option>
<option value="1">Hide mine</option>
<option value="0">Show mine</option>
</select>
<input type="text" name="check[tracker_username]" value="<%= check.getPollerParam('tracker_username') || '' %>" class="span4" placeholder="User name or id."/>
<input type="text" name="check[tracker_password]" value="<%= check.getPollerParam('tracker_password') || '' %>" class="span4" placeholder="User password or token."/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment