Icon: Replace font awesome icons where possible (#28757)

* Replace font awesome icons where possible

* Implement small updates
This commit is contained in:
Ivana Huckova
2020-11-04 13:34:40 +01:00
committed by GitHub
parent 45a34a30b2
commit 0f7a470138
21 changed files with 37 additions and 55 deletions

View File

@@ -53,7 +53,7 @@ export class DashboardRow extends React.Component<DashboardRowProps, any> {
title: 'Delete Row',
text: 'Are you sure you want to remove this row and all its panels?',
altActionText: 'Delete row only',
icon: 'fa-trash',
icon: 'trash-alt',
onConfirm: () => {
this.props.dashboard.removeRow(this.props.panel, true);
},