mirror of
https://github.com/henrygd/beszel.git
synced 2026-04-04 12:01:50 +02:00
[Feature] Improve Container monitoring (#928)
* align docker colors * change the name of the chart * Add tabs * Add volumes, health, stack and uptime * remove tests * fix table * Add stack filtering * search in filter * add container id * fix uptime * feat add ability to exclude container * remove stack colors, didnt look clear * better table * add disk io * Sync with main * undo locale * undo locale
This commit is contained in:
@@ -53,7 +53,13 @@ export const $userSettings = map<UserSettings>({
|
||||
listenKeys($userSettings, ["chartTime"], ({ chartTime }) => $chartTime.set(chartTime))
|
||||
|
||||
/** Container chart filter */
|
||||
export const $containerFilter = atom("")
|
||||
export const $containerFilter = atom<string[]>([])
|
||||
|
||||
/** Stack chart filter */
|
||||
export const $stackFilter = atom<string[]>([])
|
||||
|
||||
/** Container color mapping for consistent colors across charts */
|
||||
export const $containerColors = atom<Record<string, string>>({})
|
||||
|
||||
/** Temperature chart filter */
|
||||
export const $temperatureFilter = atom("")
|
||||
|
||||
Reference in New Issue
Block a user