Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Commit

Permalink
Always show Stack Trace and Query pages (#172)
Browse files Browse the repository at this point in the history
Co-authored-by: swyx <shawnthe1@gmail.com>
  • Loading branch information
feedmeapples and swyxio committed Nov 6, 2020
1 parent 78e1b81 commit abcc524
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/routes/workflow/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,13 @@
icon="icon_trips"
label="Stack Trace"
:to="{ name: 'workflow/stack-trace' }"
v-show="isWorkflowRunning"
data-cy="stack-trace-link"
/>
<navigation-link
id="nav-link-query"
icon="icon_lost"
label="Query"
:to="{ name: 'workflow/query' }"
v-show="isWorkflowRunning"
data-cy="query-link"
/>
</navigation-bar>
Expand Down

0 comments on commit abcc524

Please sign in to comment.