You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by sh...@apache.org on 2016/03/21 05:46:54 UTC

incubator-atlas git commit: ATLAS-408 UI : Add a close link (x) on the top right when Tag is added (darshankumar89 via shwethags)

Repository: incubator-atlas
Updated Branches:
  refs/heads/master cd392fd74 -> 382a4c8f5


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


Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/382a4c8f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/382a4c8f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/382a4c8f

Branch: refs/heads/master
Commit: 382a4c8f59578312609310f68d123e88eee17486
Parents: cd392fd
Author: Shwetha GS <ss...@hortonworks.com>
Authored: Mon Mar 21 10:16:52 2016 +0530
Committer: Shwetha GS <ss...@hortonworks.com>
Committed: Mon Mar 21 10:16:52 2016 +0530

----------------------------------------------------------------------
 dashboard/public/modules/tags/instance/views/createTag.html | 4 +++-
 release-log.txt                                             | 1 +
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/382a4c8f/dashboard/public/modules/tags/instance/views/createTag.html
----------------------------------------------------------------------
diff --git a/dashboard/public/modules/tags/instance/views/createTag.html b/dashboard/public/modules/tags/instance/views/createTag.html
index 3e520bb..5937fb5 100644
--- a/dashboard/public/modules/tags/instance/views/createTag.html
+++ b/dashboard/public/modules/tags/instance/views/createTag.html
@@ -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">

http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/382a4c8f/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index f640488..72e1298 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -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)