From de8f12d74faef5fa3f9e38d1340948cab2d06ea3 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Wed, 1 Jul 2020 13:33:31 +0200 Subject: Manually generate IDs --- .../sidebars/topology/machine/UnitTabsComponent.js | 122 ++++++++++----------- 1 file changed, 61 insertions(+), 61 deletions(-) (limited to 'frontend/src/components/app/sidebars/topology/machine/UnitTabsComponent.js') diff --git a/frontend/src/components/app/sidebars/topology/machine/UnitTabsComponent.js b/frontend/src/components/app/sidebars/topology/machine/UnitTabsComponent.js index 0683c796..df7eeb77 100644 --- a/frontend/src/components/app/sidebars/topology/machine/UnitTabsComponent.js +++ b/frontend/src/components/app/sidebars/topology/machine/UnitTabsComponent.js @@ -1,65 +1,65 @@ -import React from "react"; -import UnitAddContainer from "../../../../../containers/app/sidebars/topology/machine/UnitAddContainer"; -import UnitListContainer from "../../../../../containers/app/sidebars/topology/machine/UnitListContainer"; +import React from 'react' +import UnitAddContainer from '../../../../../containers/app/sidebars/topology/machine/UnitAddContainer' +import UnitListContainer from '../../../../../containers/app/sidebars/topology/machine/UnitListContainer' const UnitTabsComponent = ({ inSimulation }) => ( -
- -
-
- {inSimulation ? undefined : } - -
-
- {inSimulation ? undefined : } - -
-
- {inSimulation ? undefined : } - -
-
- {inSimulation ? undefined : } - -
+
+ +
+
+ {inSimulation ? undefined : } + +
+
+ {inSimulation ? undefined : } + +
+
+ {inSimulation ? undefined : } + +
+
+ {inSimulation ? undefined : } + +
+
-
-); +) -export default UnitTabsComponent; +export default UnitTabsComponent -- cgit v1.2.3