Skip to content

Commit

Permalink
feat: blackout service drop-down and new values (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
satterly committed Dec 16, 2020
1 parent bbfa839 commit 5a703d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/AlertDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -726,8 +726,8 @@
</div>
<div
v-else-if="typeof value === 'string' && (value.includes('http://') || value.includes('https://'))"
v-html="value"
class="link-text"
v-html="value"
/>
<div
v-else
Expand Down
3 changes: 2 additions & 1 deletion src/components/BlackoutList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,12 @@
<v-flex
xs12
>
<v-select
<v-combobox
v-model="editedItem.service"
:items="currentServices"
:menu-props="{ maxHeight: '400' }"
:label="$t('Service')"
chips
multiple
:hint="$t('ChooseService')"
persistent-hint
Expand Down

0 comments on commit 5a703d7

Please sign in to comment.