Asset name rather than asset serial number

pull/1/head
zaid_daoud 1 year ago
parent d4a1607392
commit c742dfaacc

@ -27,7 +27,7 @@ class DeviceItem extends StatelessWidget {
},
child: ListTile(
title: Text(
"${_subtitle.sn} : ${device.serialNumber}",
"${_subtitle.assetName} : \n${device.modelDefinition.assetName}",
style: Theme.of(context).textTheme.headline6.copyWith(color: AColors.white),
),
subtitle: Column(

Loading…
Cancel
Save