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

changes timeout superstate color from danger to normal

resolves https://github.com/iqb-berlin/testcenter-frontend/issues/254
parent a1826d8b
No related branches found
No related tags found
No related merge requests found
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
<td>Tooltip: <code>Test gesperrt</code></td> <td>Tooltip: <code>Test gesperrt</code></td>
</tr> </tr>
<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> </tr>
</table> </table>
<br> <br>
...@@ -156,7 +156,7 @@ ...@@ -156,7 +156,7 @@
<table> <table>
<tr> <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> <td><strong>idle</strong></td>
</tr> </tr>
<tr> <tr>
......
...@@ -51,8 +51,7 @@ exports.superStates = { ...@@ -51,8 +51,7 @@ exports.superStates = {
}, },
idle: { idle: {
tooltip: 'Test ist 5 Minuten oder länger inaktiv!', tooltip: 'Test ist 5 Minuten oder länger inaktiv!',
icon: 'hourglass_full', icon: 'hourglass_full'
class: 'danger'
}, },
connection_websocket: { connection_websocket: {
tooltip: 'Test läuft, Verbindung ist live', 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