Commit 382a4c8f by Shwetha GS

ATLAS-408 UI : Add a close link (x) on the top right when Tag is added…

ATLAS-408 UI : Add a close link (x) on the top right when Tag is added (darshankumar89 via shwethags)
parent cd392fd7
......@@ -16,7 +16,9 @@
~ limitations under the License.
-->
<div class="modal-header">
<h4 class="modal-title">Add tag</h4>
<h4 class="modal-title">Add tag
<button type="button" class="close" data-dismiss="modal" ng-click="cancel()">&times;</button>
</h4>
</div>
<div class="modal-body">
<div class="form-group">
......
......@@ -13,6 +13,7 @@ ATLAS-409 Atlas will not import avro tables with schema read from a file (dosset
ATLAS-379 Create sqoop and falcon metadata addons (venkatnrangan,bvellanki,sowmyaramesh via shwethags)
ALL CHANGES:
ATLAS-408 UI : Add a close link (x) on the top right when Tag is added (darshankumar89 via shwethags)
ATLAS-524 Support alter database (sumasai via shwethags)
ATLAS-539 Store for entity audit events (shwethags)
ATLAS-523 Support alter view (sumasai via shwethags)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment