Skip to content

Commit

Permalink
Merge pull request #306 from ClusterCockpit/dev
Browse files Browse the repository at this point in the history
fix: fix job list render for continuous mode on filter or sort changes
  • Loading branch information
moebiusband73 authored Dec 3, 2024
2 parents a42d8ec + 3ac3415 commit 9396e74
Show file tree
Hide file tree
Showing 6 changed files with 507 additions and 430 deletions.
2 changes: 1 addition & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var Keys schema.ProgramConfig = schema.ProgramConfig{
"job_view_polarPlotMetrics": []string{"flops_any", "mem_bw", "mem_used"},
"job_view_selectedMetrics": []string{"flops_any", "mem_bw", "mem_used"},
"job_view_showFootprint": true,
"job_list_usePaging": true,
"job_list_usePaging": false,
"plot_general_colorBackground": true,
"plot_general_colorscheme": []string{"#00bfff", "#0000ff", "#ff00ff", "#ff0000", "#ff8000", "#ffff00", "#80ff00"},
"plot_general_lineWidth": 3,
Expand Down
2 changes: 1 addition & 1 deletion pkg/schema/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ type ResampleConfig struct {
type CronFrequency struct {
// Duration Update Worker [Defaults to '5m']
DurationWorker string `json:"duration-worker"`
// Metric- and Energy Footprint Update Worker [Defaults to '10m']
// Metric-Footprint Update Worker [Defaults to '10m']
FootprintWorker string `json:"footprint-worker"`
}

Expand Down
Loading

0 comments on commit 9396e74

Please sign in to comment.