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

Commit

Permalink
UX color fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lennart Koopmann committed May 5, 2014
1 parent a807ffb commit ed4f9b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/views/system/inputs/index.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h2><i class="icon icon-cogs"> Running global inputs</i></h2>
@views.html.system.inputs.partials.global_input_summary(input, nodeStates, inputTypes, masterNode)
}
} else {
<div class="alert alert-danger">There are no global inputs.</div>
<div class="alert alert-info">There are no global inputs.</div>
}
</div>
<div class="row-fluid input-list">
Expand All @@ -54,7 +54,7 @@ <h2><i class="icon icon-cogs"></i> Running local inputs</h2>
@views.html.system.inputs.partials.input_summary(inputState, inputTypes)
}
} else {
<div class="alert alert-danger">There are no local inputs.</div>
<div class="alert alert-info">There are no local inputs.</div>
}
</div>
}
Expand Down
4 changes: 2 additions & 2 deletions app/views/system/inputs/manage.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h2><i class="icon icon-cogs"> Running global inputs</i></h2>
@views.html.system.inputs.partials.global_input_summary(input, nodeStates, inputTypes, node)
}
} else {
<div class="alert alert-danger">There are no global inputs.</div>
<div class="alert alert-info">There are no global inputs.</div>
}
</div>
<div class="row-fluid input-list">
Expand All @@ -37,7 +37,7 @@ <h2><i class="icon icon-cogs"></i> Running local inputs</h2>
@views.html.system.inputs.partials.input_summary(inputState, inputTypes)
}
} else {
<div class="alert alert-danger">There are no local inputs.</div>
<div class="alert alert-info">There are no local inputs.</div>
}
</div>

Expand Down

0 comments on commit ed4f9b9

Please sign in to comment.