File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
plugins/data-manager/frontend/public/templates Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 5151 < cly-diff-helper v-if ="canUserUpdate || canUserDelete " class ="action-bar " :diff ="scope.diff " @discard ="scope.unpatch() " :isModal =true >
5252 < template v-slot:main >
5353 < 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%; ">
54+ < span class ="selected-count-blue bu-pl-1 text-medium ">
55+ < span style ="background-color:#0166D6; color:white; padding:3px 7px; border-radius:4px; "> {{scope.diff.length}}</ span > < span class ="bu-is-lowercase text-medium color-cool-gray-50 bu-pl-1 "> {{i18n('common.selected')}}</ span >
56+ </ span >
57+ < span class ="vertical-divider bu-mr-4 bu-ml-4 "> </ span >
5458 < cly-more-options size ="small " :text =" i18n('data-manager.change-visibility') " type ="default " icon ="cly-io cly-io-eye bu-mr-2 " :widthSameAsTrigger ="true " :showArrows =true @command ="handleChangeVisibility($event, scope.diff) ">
5559 < el-dropdown-item command ="visible "> < i class ="cly-io cly-io-eye "> </ i > {{ i18n('data-manager.visible') }}</ el-dropdown-item >
5660 < el-dropdown-item command ="hidden "> < i class ="cly-io cly-io-eye-off "> </ i > {{ i18n('data-manager.hidden') }}</ el-dropdown-item >
Original file line number Diff line number Diff line change 136136 < cly-diff-helper v-if ="canUserUpdate || canUserDelete " :diff ="scope.diff " @discard ="scope.unpatch() " :isModal =true >
137137 < template v-slot:main >
138138 < 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%; ">
139+ < span class ="selected-count-blue bu-pl-1 text-medium "> </ span >
140+ < span style ="background-color:#0166D6; color:white; padding:3px 7px; border-radius:4px; "> {{scope.diff.length}}</ span > < span class ="bu-is-lowercase text-medium color-cool-gray-50 bu-pl-1 "> {{i18n('common.selected')}}</ span >
141+ </ span >
142+ < span class ="vertical-divider bu-mr-4 bu-ml-4 "> </ span >
139143 < cly-more-options class ="bu-mr-3 " size ="small " :text ="i18n('data-manager.change-category') " type ="default " icon ="cly-io cly-io-hashtag bu-mr-2 " :widthSameAsTrigger ="true " :showArrows =true @command ="handleChangeCategory($event, scope.diff) ">
140144 < el-dropdown-item command =null > < i class ="cly-io cly-io-hashtag "> </ i > {{ i18n('data-manager.uncategorized') }}</ el-dropdown-item >
141145 < el-dropdown-item :command ="cat._id " :key ="idx " v-for ="(cat, idx) in categories "> < i class ="cly-io cly-io-hashtag "> </ i > {{cat.name}}</ el-dropdown-item >
You can’t perform that action at this time.
0 commit comments