Skip to content
This repository was archived by the owner on Jan 8, 2019. It is now read-only.

Commit ed4f9b9

Browse files
author
Lennart Koopmann
committed
UX color fix
1 parent a807ffb commit ed4f9b9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/views/system/inputs/index.scala.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h2><i class="icon icon-cogs"> Running global inputs</i></h2>
4343
@views.html.system.inputs.partials.global_input_summary(input, nodeStates, inputTypes, masterNode)
4444
}
4545
} else {
46-
<div class="alert alert-danger">There are no global inputs.</div>
46+
<div class="alert alert-info">There are no global inputs.</div>
4747
}
4848
</div>
4949
<div class="row-fluid input-list">
@@ -54,7 +54,7 @@ <h2><i class="icon icon-cogs"></i> Running local inputs</h2>
5454
@views.html.system.inputs.partials.input_summary(inputState, inputTypes)
5555
}
5656
} else {
57-
<div class="alert alert-danger">There are no local inputs.</div>
57+
<div class="alert alert-info">There are no local inputs.</div>
5858
}
5959
</div>
6060
}

app/views/system/inputs/manage.scala.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h2><i class="icon icon-cogs"> Running global inputs</i></h2>
2626
@views.html.system.inputs.partials.global_input_summary(input, nodeStates, inputTypes, node)
2727
}
2828
} else {
29-
<div class="alert alert-danger">There are no global inputs.</div>
29+
<div class="alert alert-info">There are no global inputs.</div>
3030
}
3131
</div>
3232
<div class="row-fluid input-list">
@@ -37,7 +37,7 @@ <h2><i class="icon icon-cogs"></i> Running local inputs</h2>
3737
@views.html.system.inputs.partials.input_summary(inputState, inputTypes)
3838
}
3939
} else {
40-
<div class="alert alert-danger">There are no local inputs.</div>
40+
<div class="alert alert-info">There are no local inputs.</div>
4141
}
4242
</div>
4343

0 commit comments

Comments
 (0)