Skip to content

Commit

Permalink
code review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
stackoverfloweth committed Oct 16, 2022
1 parent 14569f6 commit 7163004
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion orion-ui/src/pages/FlowRun.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,12 @@
const flowRunId = useRouteParam('id')
const tabs = computed(() => {
const values = ['Logs', 'Task Runs', 'SubFlow Runs', 'Parameters']
const values = [
'Logs',
'Task Runs',
'Subflow Runs',
'Parameters',
]
if (!media.xl) {
values.push('Details')
Expand Down

0 comments on commit 7163004

Please sign in to comment.