Skip to content

Commit

Permalink
Relaisfield to readonly and button to CHANGE
Browse files Browse the repository at this point in the history
  • Loading branch information
macb74 committed Sep 13, 2017
1 parent 5d36442 commit bb6ff97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/templates/reader-tab-config.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@
<div class="form-group row justify-content-md-center">
<label for="antenna" class="text-right col-sm-2 ml-auto col-form-label">Relais:</label>
<div class="col-sm-3">
<input name="relais" maxlength="200" type="text" class="form-control" th:id="@{relais-{reader}(reader=${readerName})}" placeholder="on" value="on" />
<input name="relais" maxlength="200" type="text" class="form-control" th:id="@{relais-{reader}(reader=${readerName})}" placeholder="on" value="on" readonly="true" />
</div>
<div class="col-sm-1 mr-auto">
<a class="btn btn-success btn-w90" href="#" th:onclick="'getReaderData(\'' + ${readerName} + '\',6); return false;'" role="button">SET</a>
<a class="btn btn-success btn-w90" href="#" th:onclick="'getReaderData(\'' + ${readerName} + '\',6); return false;'" role="button">CHANGE</a>
</div>
</div>

Expand Down

0 comments on commit bb6ff97

Please sign in to comment.