Skip to content

Commit

Permalink
Removing seconds field. Closes #717
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsielicki committed Apr 26, 2017
1 parent 6645e0e commit 1602614
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion web-server/templates/slycat-remote-interface.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,13 @@
<label for="slycat-remote-interface-command" class="col-sm-4 control-label">Maximum Time</label>
<div class="col-sm-2">
<input class="form-control slycat-remote-interface-prebuilt-field" type="number" min="0" placeholder="hours" data-bind="value: time_hours, disable: time_recommended">
hours
</div>
<div class="col-sm-2">
<input class="form-control slycat-remote-interface-prebuilt-field" type="number" min="0" max="59" placeholder="minutes" data-bind="value: time_minutes, disable: time_recommended">
minutes
</div>
<div class="col-sm-2">
<div style="display: none;">
<input class="form-control slycat-remote-interface-prebuilt-field" type="number" min="0" max="59" placeholder="seconds" data-bind="value: time_seconds, disable: time_recommended">
</div>
</fieldset>
Expand Down

0 comments on commit 1602614

Please sign in to comment.