Skip to content

Commit

Permalink
Merge pull request #102 from alerta/show-action-header
Browse files Browse the repository at this point in the history
Add action header to custom actions list
  • Loading branch information
satterly authored Mar 23, 2019
2 parents 9dad67e + 9bf8df1 commit 844fdc3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion src/components/AlertDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,11 @@
</v-icon>
</v-btn>

<v-list>
<v-list
subheader
>
<v-subheader>Actions</v-subheader>
<v-divider />
<v-list-tile
v-for="(action, i) in actions"
:key="i"
Expand Down
6 changes: 5 additions & 1 deletion src/components/AlertList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,11 @@
</v-icon>
</v-btn>

<v-list>
<v-list
subheader
>
<v-subheader>Actions</v-subheader>
<v-divider />
<v-list-tile
v-for="(action, i) in actions"
:key="i"
Expand Down

0 comments on commit 844fdc3

Please sign in to comment.