Merge "Allow metadata to be shown whether v1 or v2 glance data (NG)"

This commit is contained in:
Jenkins 2016-06-28 12:21:30 +00:00 committed by Gerrit Code Review
commit c817bc9cfa

View File

@ -30,11 +30,11 @@
</dl>
</div>
<div class="row" ng-if="drawerCtrl.metadataDefs && item.properties">
<div class="row" ng-if="drawerCtrl.metadataDefs">
<div class="col-sm-12">
<metadata-display
available="::drawerCtrl.metadataDefs"
existing="item.properties">
existing="item.properties || item">
</metadata-display>
</div>
</div>