Skip to content

Commit 0faea92

Browse files
committed
Add "selected" count to crashes overview table diff helper
1 parent 566421c commit 0faea92

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plugins/crashes/frontend/public/templates/overview.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@
4646
<cly-diff-helper v-if="(canUserDelete || canUserUpdate)" :diff="selectedCrashgroups" @discard="scope.unpatch()" :isModal=true>
4747
<template v-slot:main>
4848
<div class="bu-mr-0 bu-is-flex bu-is-justify-content-flex-end bu-is-align-items-center cly-vue-user-selected" style="height: 100%;">
49+
<span class="selected-count-blue bu-pl-1 text-medium">
50+
<span style="background-color:#0166D6; color:white; padding:3px 7px; border-radius:4px;">{{selectedCrashgroups.length}}</span><span class="bu-is-lowercase text-medium color-cool-gray-50 bu-pl-1">{{i18n('common.selected')}}</span>
51+
</span>
52+
<span class="vertical-divider bu-mr-4 bu-ml-4"></span>
4953
<cly-more-options v-if="canUserUpdate" class="bu-mr-3" size="small" text="Change Status" type="default" icon="cly-io cly-io-refresh bu-mr-2" :showArrows=true @command="setSelectedAs($event)" >
5054
<el-dropdown-item command="resolved" icon="cly-io cly-io-check-circle">{{ i18n('crashes.action-resolved') }}</el-dropdown-item>
5155
<el-dropdown-item command="resolving" icon="cly-io cly-io-clock">{{ i18n('crashes.action-resolving') }}</el-dropdown-item>

0 commit comments

Comments
 (0)