mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Icon: Replace font awesome icons where possible (#28757)
* Replace font awesome icons where possible * Implement small updates
This commit is contained in:
@@ -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);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user