Skip to content

Commit

Permalink
#1815 Cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Mar 5, 2021
1 parent 64b66dc commit eb243db
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions frontend/app/views/partials/admin/platform/status.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,14 @@ <h4 class="media-heading text-primary">
</div>

<div class="flex-col flex-1 vertical">
{{data.mixedCount}} objects in DB
<span class="label label-lg label-default">
{{data.mixedCount}}
</span>
</div>
<div class="flex-col flex-1 vertical">
{{data.compositeCount}}
<span class="label label-lg label-default">
{{data.compositeCount}}
</span>
</div>
<div class="flex-col flex-w-100">
<a href class="text-primary" ng-click="$vm.reindex(indexName)"><i
Expand Down

0 comments on commit eb243db

Please sign in to comment.