Skip to content

Commit

Permalink
Sort Metrics by name by default (#1811)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuri1969 authored Jul 26, 2023
1 parent dd68b56 commit f8c55c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/src/components/executions/MetricsTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@
if (this.internalSort) {
params.sort = this.internalSort;
} else {
params.sort = "name:asc";
}
this.$store.dispatch("execution/loadMetrics", {
Expand Down

0 comments on commit f8c55c5

Please sign in to comment.