diff --git a/src/icons/svg/batch-update.svg b/src/icons/svg/batch-update.svg new file mode 100644 index 000000000..1e29b7fca --- /dev/null +++ b/src/icons/svg/batch-update.svg @@ -0,0 +1 @@ + diff --git a/src/views/assets/Asset/AssetList/components/BaseList.vue b/src/views/assets/Asset/AssetList/components/BaseList.vue index 3cbcba444..e7704f270 100644 --- a/src/views/assets/Asset/AssetList/components/BaseList.vue +++ b/src/views/assets/Asset/AssetList/components/BaseList.vue @@ -270,7 +270,7 @@ export default { { name: 'actionUpdateSelected', title: this.$t('common.BatchUpdate'), - icon: 'fa fa-refresh', + fa: 'batch-update', can: ({ selectedRows }) => { return selectedRows.length > 0 && !vm.currentOrgIsRoot &&