]> git.proxmox.com Git - flutter/pve_flutter_frontend.git/commitdiff
fix wearout type mismatch
authorTim Marx <t.marx@proxmox.com>
Mon, 20 Apr 2020 17:21:05 +0000 (19:21 +0200)
committerTim Marx <t.marx@proxmox.com>
Mon, 20 Apr 2020 18:21:18 +0000 (20:21 +0200)
Signed-off-by: Tim Marx <t.marx@proxmox.com>
lib/widgets/pve_node_overview.dart

index 977234be4fb80b07569f98302069fe01aedb35bf..b203a2e288d32d1c5adf639f7017e9aa3bdb22a8 100644 (file)
@@ -412,7 +412,8 @@ class PveNodeOverview extends StatelessWidget {
                                             ),
                                             ListTile(
                                               title: Text("Wearout"),
-                                              subtitle: Text(d.wearout),
+                                              subtitle:
+                                                  Text(d.wearout.toString()),
                                             )
                                           ],
                                         ),