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 }) => { )