|
|
@ -161,8 +161,9 @@ const onDelete = async () => { |
|
|
|
</NcButton> |
|
|
|
</NcButton> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</NcTooltip> |
|
|
|
</NcTooltip> |
|
|
|
<NcDivider v-if="view.type !== ViewTypes.FORM" /> |
|
|
|
|
|
|
|
<template v-if="!view?.is_default && isUIAllowed('viewCreateOrEdit')"> |
|
|
|
<template v-if="!view?.is_default && isUIAllowed('viewCreateOrEdit')"> |
|
|
|
|
|
|
|
<NcDivider /> |
|
|
|
<NcMenuItem v-if="lockType !== LockType.Locked" @click="onRenameMenuClick"> |
|
|
|
<NcMenuItem v-if="lockType !== LockType.Locked" @click="onRenameMenuClick"> |
|
|
|
<GeneralIcon icon="rename" /> |
|
|
|
<GeneralIcon icon="rename" /> |
|
|
|
{{ $t('activity.renameView') }} |
|
|
|
{{ $t('activity.renameView') }} |
|
|
|