mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
new: more battery data & fix: auto reload
This commit is contained in:
@@ -5,14 +5,15 @@ import 'package:toolbox/data/model/ssh/virtual_key.dart';
|
||||
abstract final class Defaults {
|
||||
// default server details page cards order
|
||||
static const detailCardOrder = [
|
||||
'uptime',
|
||||
'sys',
|
||||
'cpu',
|
||||
'mem',
|
||||
'swap',
|
||||
'gpu',
|
||||
'disk',
|
||||
'net',
|
||||
'temp'
|
||||
'temp',
|
||||
'battery'
|
||||
];
|
||||
|
||||
static const diskIgnorePath = [
|
||||
|
||||
Reference in New Issue
Block a user