Skip to content
Snippets Groups Projects
Commit 360ad723 authored by paf's avatar paf
Browse files

changes timeout superstate color from danger to normal

parent a1826d8b
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@
<td>Tooltip: <code>Test gesperrt</code></td>
</tr>
<tr>
<td>Zustand kommt zu stande, wenn vom Teilnehmer der "Test beenden"-Button gedrückt wurde.</td>
<td>State is reached if Testtaker pressed "Quit"-Button or Supervisor hit the "Quit all"-Button</td>
</tr>
</table>
<br>
......@@ -156,7 +156,7 @@
<table>
<tr>
<td rowspan="3"><i class="danger material-icons">hourglass_full</i></td>
<td rowspan="3"><i class=" material-icons">hourglass_full</i></td>
<td><strong>idle</strong></td>
</tr>
<tr>
......
......@@ -51,8 +51,7 @@ exports.superStates = {
},
idle: {
tooltip: 'Test ist 5 Minuten oder länger inaktiv!',
icon: 'hourglass_full',
class: 'danger'
icon: 'hourglass_full'
},
connection_websocket: {
tooltip: 'Test läuft, Verbindung ist live',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment