Commit 822cba0
The timer tick handler set _isRefreshing = true before calling RefreshAllDataAsync,
which also checked _isRefreshing and returned immediately — every auto-refresh was a no-op.
Removed the redundant guard from the tick handler so RefreshAllDataAsync owns the flag.
Renamed "CPUs" to "Logical CPUs" in the FinOps server inventory tab (both Dashboard and Lite)
to clarify the relationship with the Cores/Socket column, which shows physical cores.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 31f97ee commit 822cba0
3 files changed
Lines changed: 3 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2459 | 2459 | | |
2460 | 2460 | | |
2461 | 2461 | | |
2462 | | - | |
| 2462 | + | |
2463 | 2463 | | |
2464 | 2464 | | |
2465 | 2465 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2246 | 2246 | | |
2247 | 2247 | | |
2248 | 2248 | | |
2249 | | - | |
| 2249 | + | |
2250 | 2250 | | |
2251 | 2251 | | |
2252 | 2252 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
| 156 | + | |
166 | 157 | | |
167 | 158 | | |
168 | 159 | | |
| |||
0 commit comments