new: container stats (#272)

This commit is contained in:
lollipopkit
2024-02-20 15:00:13 +08:00
parent 483bf51c2f
commit 828752e354
19 changed files with 284 additions and 145 deletions

View File

@@ -233,6 +233,9 @@ class SettingStore extends PersistentStore {
/// Keep previous server status when err occurs
late final keepStatusWhenErr = property('keepStatusWhenErr', false);
/// Parse container stat
late final containerParseStat = property('containerParseStat', true);
// Never show these settings for users
//
// ------BEGIN------