Commit fd1aad38 by kevalbhatt

ATLAS-3627:Beta UI, Usability: Classifications default toggle set to show only…

ATLAS-3627:Beta UI, Usability: Classifications default toggle set to show only classifications associated to entity
parent 3680ab42
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<button type="button" class="typeRefresh drop-down-menu-view" data-id="refreshTree" data-type="classification" title="Refresh"> <button type="button" class="typeRefresh drop-down-menu-view" data-id="refreshTree" data-type="classification" title="Refresh">
<i class="fa fa-refresh"></i> <i class="fa fa-refresh"></i>
</button> </button>
<button type="button" class="typeRefresh drop-down-menu-view" data-id="showEmptyClassifications" title="Show unused classification"> <button type="button" class="typeRefresh drop-down-menu-view" data-id="showEmptyClassifications" title="Hide unused classification">
<i class="fa fa-toggle-off"></i> <i class="fa fa-toggle-off"></i>
</button> </button>
<button type="button" class="typeRefresh dropdown"> <button type="button" class="typeRefresh dropdown">
......
...@@ -142,7 +142,7 @@ define([ ...@@ -142,7 +142,7 @@ define([
); );
this.bindEvents(); this.bindEvents();
this.entityCountObj = _.first(this.metricCollection.toJSON()); this.entityCountObj = _.first(this.metricCollection.toJSON());
this.isEmptyClassification = true; this.isEmptyClassification = false;
this.entityTreeData = {}; this.entityTreeData = {};
this.tagId = null; this.tagId = null;
this.isGroupView = true; this.isGroupView = true;
......
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