Add a close icon in the upper right in Update Metadata modal
Other modal dialog have this icon but Update Metadata dialog don't have it. This patch will fix it. Change-Id: I6f7bc243d3ef5e48fc68fbd0000fa1dcc39b51df Closes-Bug: #1545655
This commit is contained in:
parent
7be933789b
commit
de30e3c7d3
@ -1,4 +1,7 @@
|
||||
<div class="modal-header">
|
||||
<a href="#" class="close" ng-click="modal.cancel()">
|
||||
<span class="fa fa-times"></span>
|
||||
</a>
|
||||
<h3 class="modal-title">
|
||||
<span translate ng-if="modal.resourceType==='aggregate'">Update Aggregate Metadata</span>
|
||||
<span translate ng-if="modal.resourceType==='flavor'">Update Flavor Metadata</span>
|
||||
|
Loading…
Reference in New Issue
Block a user