move icon to the center and change subspace title name

This commit is contained in:
mohammad
2025-05-21 10:16:12 +03:00
parent a15b5439f0
commit 06b320a75d
2 changed files with 53 additions and 33 deletions

View File

@ -97,7 +97,8 @@ class DeviceControlDialog extends StatelessWidget with RouteControlsBasedCode {
children: [
_buildInfoRow('Space Name:',
device.spaces?.firstOrNull?.spaceName ?? 'N/A'),
_buildInfoRow('Room:', device.subspace?.subspaceName ?? 'N/A'),
_buildInfoRow(
'Sub space:', device.subspace?.subspaceName ?? 'N/A'),
],
),
TableRow(