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.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/components/sidebars/topology/machine/DeleteMachineComponent.js b/src/components/sidebars/topology/machine/DeleteMachineComponent.js
deleted file mode 100644
index 14713158..00000000
--- a/src/components/sidebars/topology/machine/DeleteMachineComponent.js
+++ /dev/null
@@ -1,12 +0,0 @@
-import React from "react";
-
-const DeleteMachineComponent = ({onClick}) => {
- return (
- <div className="btn btn-danger btn-block" onClick={onClick}>
- <span className="fa fa-trash mr-2"/>
- Delete this machine
- </div>
- );
-};
-
-export default DeleteMachineComponent;