mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
opt.: server card seq page
This commit is contained in:
@@ -247,7 +247,7 @@ class _ServerDetailPageState extends State<ServerDetailPage>
|
||||
final idx = i * kMaxColumn + j + 1;
|
||||
if (idx >= cs.coresCount) break;
|
||||
if (Stores.setting.displayCpuIndex.fetch()) {
|
||||
rowChildren.add(Text('${idx + 1}', style: UIs.text13Grey));
|
||||
rowChildren.add(Text('$idx', style: UIs.text13Grey));
|
||||
}
|
||||
rowChildren.add(
|
||||
Expanded(
|
||||
|
||||
Reference in New Issue
Block a user