mirror of
https://github.com/prymitive/karma
synced 2026-05-09 03:36:44 +00:00
Tweak instance errors boxes UI
This commit is contained in:
@@ -210,6 +210,11 @@ input#filter:focus {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
#instance-errors > .alert {
|
||||
padding: 8px;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
.panel-title {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@@ -80,11 +80,10 @@
|
||||
|
||||
<script type="application/json" id="instance-error">
|
||||
<% _.each(instances, function(instance) { %>
|
||||
<div class="alert alert-warning" role="alert">
|
||||
<strong>
|
||||
<i class="fa fa-exclamation-circle"></i>
|
||||
<%- instance.name %>:
|
||||
</strong>
|
||||
<div class="alert alert-warning text-center" role="alert">
|
||||
<span class='label label-list label-primary'>
|
||||
<%- instance.name %>
|
||||
</span>
|
||||
<%- instance.error %>
|
||||
</div>
|
||||
<% }) %>
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user