further resource types clarifications

This commit is contained in:
Ruben Fiszel
2022-12-03 12:19:06 +01:00
parent bd621ff4ad
commit 1baf331ac4
+10 -3
View File
@@ -478,7 +478,14 @@
></td
>
<td>
{#if $userStore?.is_admin}
{#if !canWrite}
<Badge
>Shared globally<Tooltip
>This resource type is from the 'starter' workspace shared with all
workspaces</Tooltip
></Badge
>
{:else if $userStore?.is_admin}
<Button
size="sm"
color="red"
@@ -491,8 +498,8 @@
{:else}
<Badge
>Non Editable <Tooltip
>Since resource types are shared with the whole workspace. Only admins can
edit/delete resource types</Tooltip
>Since resource types are shared with the whole workspace, only admins can
edit/delete them</Tooltip
></Badge
>
{/if}