mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-09 22:57:21 +00:00
push fetch devices and connecting the filters
This commit is contained in:
@ -224,8 +224,14 @@ class _DynamicTableState extends State<DynamicTable> {
|
||||
alignment: Alignment.centerLeft,
|
||||
child: Text(
|
||||
content,
|
||||
style: const TextStyle(
|
||||
color: Colors.black, fontSize: 10, fontWeight: FontWeight.w400),
|
||||
style: TextStyle(
|
||||
color: content == 'Online'
|
||||
? ColorsManager.green
|
||||
: content == 'Offline'
|
||||
? ColorsManager.red
|
||||
: Colors.black,
|
||||
fontSize: 12,
|
||||
fontWeight: FontWeight.w400),
|
||||
),
|
||||
),
|
||||
);
|
||||
|
Reference in New Issue
Block a user