From 4cb5bca60f1f5d5a97607eed3ecc64ed2f2ab87a Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Fri, 22 Sep 2017 09:01:58 +0200 Subject: Improve visual language of buttons --- src/components/sidebars/topology/room/RackConstructionComponent.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/components/sidebars/topology/room/RackConstructionComponent.js') diff --git a/src/components/sidebars/topology/room/RackConstructionComponent.js b/src/components/sidebars/topology/room/RackConstructionComponent.js index 894ffdf7..125ccbf9 100644 --- a/src/components/sidebars/topology/room/RackConstructionComponent.js +++ b/src/components/sidebars/topology/room/RackConstructionComponent.js @@ -4,6 +4,7 @@ const RackConstructionComponent = ({inRackConstructionMode, onStart, onStop}) => if (inRackConstructionMode) { return (
+ Stop rack construction
); @@ -11,6 +12,7 @@ const RackConstructionComponent = ({inRackConstructionMode, onStart, onStop}) => return (
+ Start rack construction
); -- cgit v1.2.3