summaryrefslogtreecommitdiff
path: root/src/components/simulations/NoSimulationsAlert.js
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-15 12:53:26 +0200
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-23 10:06:03 +0200
commita1d95b3685cffb6a9344d0d1e5505dd391193f16 (patch)
tree42851ec0726881dd9f82a3ea12a7987324a68ef8 /src/components/simulations/NoSimulationsAlert.js
parentf604406453f95c82c3e5e4294a51245661868bbe (diff)
Implement experiment list and add
Diffstat (limited to 'src/components/simulations/NoSimulationsAlert.js')
-rw-r--r--src/components/simulations/NoSimulationsAlert.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/components/simulations/NoSimulationsAlert.js b/src/components/simulations/NoSimulationsAlert.js
deleted file mode 100644
index d688ae56..00000000
--- a/src/components/simulations/NoSimulationsAlert.js
+++ /dev/null
@@ -1,11 +0,0 @@
-import React from 'react';
-import "./NoSimulationsAlert.css";
-
-const NoSimulationsAlert = () => (
- <div className="no-simulations-alert alert alert-info">
- <span className="info-icon fa fa-2x fa-question-circle"/>
- <strong>No simulations here yet...</strong> Add some with the 'New Simulation' button!
- </div>
-);
-
-export default NoSimulationsAlert;