File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
grails-app/assets/javascripts/charts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ $.contextMenu({
132
132
} ,
133
133
"deselectPoint" : {
134
134
name : chartContextMenuI18N . deselectPoint ,
135
- icon : "fas fa-trash" ,
135
+ icon : "fas fa-trash-alt " ,
136
136
// show only if point is already selected
137
137
visible : function ( ) {
138
138
return ! OpenSpeedMonitor . chartContextUtil . isNotSelected ( rickshawGraphBuilder . graph . nearestPoint ) ;
@@ -165,7 +165,7 @@ $.contextMenu({
165
165
} ,
166
166
"deselectAllPoints" : {
167
167
name : chartContextMenuI18N . deselectAllPoints ,
168
- icon : "fa-trash-o " ,
168
+ icon : "fas fa-trash-alt " ,
169
169
// show only if at least one point is already saved
170
170
visible : function ( ) {
171
171
return rickshawGraphBuilder . graph . selectedPoints . length > 0 ;
You can’t perform that action at this time.
0 commit comments