graphite: minor changes

This commit is contained in:
Torkel Ödegaard
2017-11-16 14:16:37 +01:00
parent 3b18adfe1a
commit 3ae0cfa1d0
5 changed files with 10 additions and 11 deletions

View File

@@ -103,7 +103,7 @@ function (angular, _, coreModule) {
};
this.newPlusButton = function() {
return new MetricSegment({fake: true, html: '<i class="fa fa-plus "></i>', type: 'plus-button' });
return new MetricSegment({fake: true, html: '<i class="fa fa-plus "></i>', type: 'plus-button', cssClass: 'query-part' });
};
this.newSelectTagValue = function() {