mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-07-25 21:56:07 +02:00
add config fallbacks and notes
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
}));
|
||||
|
||||
/* Functions */
|
||||
// TODO: Originally Uses User View Selection! -> Change to Status View
|
||||
// TODO: Originally Uses User View Selection! -> Change to Status View : Adapt Mutations from TopUserSelect
|
||||
// function updateTopUserConfiguration(select) {
|
||||
// if (ccconfig[`status_view_selectedHistograms:${cluster}`] != select) {
|
||||
// updateConfigurationMutation({
|
||||
|
@@ -54,6 +54,7 @@
|
||||
|
||||
/* Derived */
|
||||
// Note: nodeMetrics are requested on configured $timestep resolution
|
||||
// Result: The latest 5 minutes (datapoints) for each node independent of job
|
||||
const statusQuery = $derived(queryStore({
|
||||
client: client,
|
||||
query: gql`
|
||||
|
Reference in New Issue
Block a user