Skip to content

Commit

Permalink
adjust columns for custom checks
Browse files Browse the repository at this point in the history
  • Loading branch information
payton committed May 23, 2018
1 parent 2824c24 commit 3af6b45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cabot/templates/cabotapp/_statuscheck_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<div class="row">
<div class="col-xs-12">
<div class="col-xs-1"><h3><i class="{% if checks_type == "All" %}fa fa-cog{% else %}glyphicon glyphicon-{% if checks_type == "Http" %}arrow-up{% elif checks_type == "Jenkins" %}ok{% elif checks_type == "ICMP" %}transfer{% else %}signal{% endif %}{% endif %}"></i></h3></div>
<div class="col-xs-8"><h3>{{ checks_type }} checks</h3></div>
<div class="col-xs-3 text-right">
<div class="col-xs-3"><h3>{{ checks_type }} checks</h3></div>
<div class="col text-right">
<h3>
&nbsp;{% if checks_type == "All" or checks_type == "Graphite" %}
<a href="{% url "create-graphite-check" %}?instance={{ instance.id }}&service={{ service.id }}" class=""><i class="glyphicon glyphicon-plus" title="Add new metric check"></i><i class="glyphicon glyphicon-signal" title="Add new metric check"></i></a>
Expand Down

0 comments on commit 3af6b45

Please sign in to comment.