Skip to content

Commit

Permalink
Revert removal of the workflows link
Browse files Browse the repository at this point in the history
  • Loading branch information
kinow committed Nov 10, 2019
1 parent cea9456 commit 45ed91d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/components/cylc/Drawer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,21 @@
</v-list-item-action>
<v-list-item-title>Dashboard</v-list-item-title>
</v-list-item>
<v-subheader>Views</v-subheader>
<v-list-item
v-for="(link, index) in viewLinks"
:key="index+link.text"
:to="link.to"
active-class="primary grey--text text--darken-3"
class="v-list-item"
>
<v-list-item-action>
<v-icon>{{ link.icon }}</v-icon>
</v-list-item-action>
<v-list-item-title
v-text="link.text"
/>
</v-list-item>
<g-scan
:workflows="workflows"
/>
Expand Down

0 comments on commit 45ed91d

Please sign in to comment.