setSelectedGroup(groupName)}>
-
+
{groupName}
@@ -73,7 +73,7 @@ const AddToGroupModal = ({
style={{ minWidth: '5em' }}
>
{isAddingToGroup && (
-
+
)}
Add to group
diff --git a/src/DeviceStatusPage/AliasesCard.tsx b/src/DeviceStatusPage/AliasesCard.tsx
index adfe415b..c2655406 100644
--- a/src/DeviceStatusPage/AliasesCard.tsx
+++ b/src/DeviceStatusPage/AliasesCard.tsx
@@ -53,7 +53,7 @@ const AliasesTable = ({
{key} |
{value} |
- onEditAliasClick(key)} />
+ onEditAliasClick(key)} />
onRemoveAliasClick({ key, value })} />
|
diff --git a/src/DeviceStatusPage/AttributesCard.tsx b/src/DeviceStatusPage/AttributesCard.tsx
index c92248e0..2fc36ac6 100644
--- a/src/DeviceStatusPage/AttributesCard.tsx
+++ b/src/DeviceStatusPage/AttributesCard.tsx
@@ -55,7 +55,7 @@ const AttributesTable = ({
onEditAttributeClick(key)}
/>
onRemoveAttributeClick({ key, value })} />
diff --git a/src/DeviceStatusPage/DeviceInfoCard.tsx b/src/DeviceStatusPage/DeviceInfoCard.tsx
index bb8167e7..6e6cebdc 100644
--- a/src/DeviceStatusPage/DeviceInfoCard.tsx
+++ b/src/DeviceStatusPage/DeviceInfoCard.tsx
@@ -56,7 +56,7 @@ const DeviceStatus = ({ status }: DeviceStatusProps): React.ReactElement => {
return (
<>
-
+
{statusString}
>
);
@@ -81,7 +81,7 @@ const DeviceInfoCard = ({
Device Info
Device ID
- {device.id}
+ {device.id}
Device name
{device.hasNameAlias ? device.name : 'No name alias set'}
Status
@@ -94,7 +94,7 @@ const DeviceInfoCard = ({
{device.hasCredentialsInhibited ? (
|