Fix Container details styles

Container details styles are currently broken. The container
details are being displayed as a bulleted list which is wrong
this patch fixes that.

Change-Id: I986a326ff25ade0fedb8811a10c0edad9cbbcdac
Closes-Bug: #1624562
(cherry picked from commit 53ae6d3c30)
This commit is contained in:
Luis Daniel Castellanos 2016-09-20 10:55:31 -05:00 committed by Rob Cresswell
parent 74c83bdcae
commit 87aec2a818
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
<div class="progress-bar"></div>
</div>
</div>
<ul ng-if="container.is_fetched" class="hz-object-detail">
<ul ng-if="container.is_fetched" class="hz-object-detail list-unstyled">
<li class="hz-object-count row">
<span class="hz-object-label col-lg-7 col-md-12" translate>Object Count</span>
<span class="hz-object-val col-lg-5 col-md-12">{$container.count$}</span>