Skip to content

Commit

Permalink
Merge pull request #13 from etf-validator/next
Browse files Browse the repository at this point in the history
Next
  • Loading branch information
carlospzurita authored May 21, 2019
2 parents d806db8 + 2b33d37 commit bbfbb8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/executable-test-suites.html
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ <h2 th:text="#{l.Monitor.Test.Run}">Monitor Test Run</h2>
<div role="main" class="ui-content">
<!-- Main -->
<div class="progressbar">
<input type="range" id="monitor-test-run-progressbar" value="0" min="0" max="100" data-highlight="true" />
<input type="range" id="monitor-test-run-progressbar" value="0" min="0" max="100" data-highlight="true" disabled="true" />
</div>

<textarea data-role="none" id="monitor-log-area" style="width:100%; height: 285px;">Connecting to test runner and waiting for new messages...</textarea>
Expand Down

0 comments on commit bbfbb8b

Please sign in to comment.