From fd99b8d8750d7163dbd3a45bf3088403408a7fc9 Mon Sep 17 00:00:00 2001 From: Sergio Betanzos Date: Fri, 20 May 2022 14:05:13 +0200 Subject: [PATCH] M #~: Minor fix on styles (#2066) --- .../src/client/components/Tabs/Cluster/Info/information.js | 6 +----- .../client/components/Tabs/Datastore/Info/information.js | 2 +- .../src/client/components/Tabs/Group/Info/information.js | 6 +----- .../client/components/Tabs/Marketplace/Info/information.js | 2 +- .../src/client/components/Tabs/VNetwork/Info/information.js | 2 +- 5 files changed, 5 insertions(+), 13 deletions(-) diff --git a/src/fireedge/src/client/components/Tabs/Cluster/Info/information.js b/src/fireedge/src/client/components/Tabs/Cluster/Info/information.js index f50f2ced04..8b44345d11 100644 --- a/src/fireedge/src/client/components/Tabs/Cluster/Info/information.js +++ b/src/fireedge/src/client/components/Tabs/Cluster/Info/information.js @@ -55,11 +55,7 @@ const InformationPanel = ({ cluster = {}, actions }) => { return ( <> - + ) diff --git a/src/fireedge/src/client/components/Tabs/Datastore/Info/information.js b/src/fireedge/src/client/components/Tabs/Datastore/Info/information.js index ec684fd8ce..1828984577 100644 --- a/src/fireedge/src/client/components/Tabs/Datastore/Info/information.js +++ b/src/fireedge/src/client/components/Tabs/Datastore/Info/information.js @@ -86,7 +86,7 @@ const InformationPanel = ({ datastore = {}, actions }) => { ) diff --git a/src/fireedge/src/client/components/Tabs/Group/Info/information.js b/src/fireedge/src/client/components/Tabs/Group/Info/information.js index 13235909ec..3254dc559d 100644 --- a/src/fireedge/src/client/components/Tabs/Group/Info/information.js +++ b/src/fireedge/src/client/components/Tabs/Group/Info/information.js @@ -37,11 +37,7 @@ const InformationPanel = ({ group = {}, actions: _ }) => { return ( <> - + ) } diff --git a/src/fireedge/src/client/components/Tabs/Marketplace/Info/information.js b/src/fireedge/src/client/components/Tabs/Marketplace/Info/information.js index ed27754205..56f29e146f 100644 --- a/src/fireedge/src/client/components/Tabs/Marketplace/Info/information.js +++ b/src/fireedge/src/client/components/Tabs/Marketplace/Info/information.js @@ -86,7 +86,7 @@ const InformationPanel = ({ marketplace = {}, actions }) => { ) diff --git a/src/fireedge/src/client/components/Tabs/VNetwork/Info/information.js b/src/fireedge/src/client/components/Tabs/VNetwork/Info/information.js index 6ba8f08869..ecc001f229 100644 --- a/src/fireedge/src/client/components/Tabs/VNetwork/Info/information.js +++ b/src/fireedge/src/client/components/Tabs/VNetwork/Info/information.js @@ -64,7 +64,7 @@ const InformationPanel = ({ vnet = {}, actions }) => { )