Skip to content

Commit

Permalink
Merge pull request #252 from ClusterCockpit/20_infinite_scroll
Browse files Browse the repository at this point in the history
20 infinite scroll
  • Loading branch information
moebiusband73 authored Mar 28, 2024
2 parents 067dc0d + 43ebb01 commit baa51db
Show file tree
Hide file tree
Showing 6 changed files with 149 additions and 111 deletions.
1 change: 1 addition & 0 deletions api/schema.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ type JobResultList {
offset: Int
limit: Int
count: Int
hasNextPage: Boolean
}

type JobLinkResultList {
Expand Down
1 change: 1 addition & 0 deletions internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +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,
"plot_general_colorBackground": true,
"plot_general_colorscheme": []string{"#00bfff", "#0000ff", "#ff00ff", "#ff0000", "#ff8000", "#ffff00", "#80ff00"},
"plot_general_lineWidth": 3,
Expand Down
Loading

0 comments on commit baa51db

Please sign in to comment.