Asset name rather than asset serial number

pull/1/head
zaid_daoud 3 years ago
parent d4a1607392
commit c742dfaacc

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

Loading…
Cancel
Save