Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Layout fix for System Status
  • Loading branch information
kocsmy committed Nov 19, 2017
1 parent 86fc099 commit 5b19efd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/app/pages/admin/status/status.html
Expand Up @@ -10,8 +10,8 @@
</ul>



<ul class="list-group col-lg-4">
<div class="row p-15">
<ul class="list-group p-l-15 col-lg-4">
<li class="list-group-item active">General</li>
<li class="list-group-item" ng-repeat="(name, value) in status">
<span class="badge">{{value}}</span>
Expand Down Expand Up @@ -42,7 +42,7 @@
{{name}} <span uib-popover="{{value.data_sources}}" popover-trigger="'mouseenter'"><i class="fa fa-question-circle"></i></span>
</li>
</ul>

</div>

</div>
</div>

0 comments on commit 5b19efd

Please sign in to comment.