opt.: server card seq page

This commit is contained in:
lollipopkit
2024-04-13 00:45:48 +08:00
parent b989953b7a
commit a28fabedef
4 changed files with 26 additions and 5 deletions

View File

@@ -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(