summaryrefslogtreecommitdiff
path: root/src/components/sidebars/topology/machine/DeleteMachineComponent.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/sidebars/topology/machine/DeleteMachineComponent.js')
-rw-r--r--src/components/sidebars/topology/machine/DeleteMachineComponent.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/sidebars/topology/machine/DeleteMachineComponent.js b/src/components/sidebars/topology/machine/DeleteMachineComponent.js
index f6fd39da..e99d378b 100644
--- a/src/components/sidebars/topology/machine/DeleteMachineComponent.js
+++ b/src/components/sidebars/topology/machine/DeleteMachineComponent.js
@@ -3,6 +3,7 @@ import React from "react";
const DeleteMachineComponent = ({onClick}) => {
return (
<div className="btn btn-danger btn-block" onClick={onClick}>
+ <span className="fa fa-trash mr-1"/>
Delete this machine
</div>
);