Skip to content

Commit

Permalink
updates on PR comments re: getredash#247
Browse files Browse the repository at this point in the history
  • Loading branch information
alison985 authored and Allen Short committed Dec 8, 2017
1 parent d941f0a commit fe538a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/app/pages/admin/status/status.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
</li>
</ul>
</div>
<BR />
<BR>
<div>
<ul class="list-group col-lg-4">
<li class="list-group-item active">Redash Database</li>
<li class="list-group-item" ng-repeat="(name, size) in database_metrics">
<span class="badge">{{size[1]}}</span>
{{size[0]}} </span>
<span> {{size[0]}} </span>
</li>
</ul>
</div>
Expand Down

0 comments on commit fe538a6

Please sign in to comment.