Add banner indicating how to use legacy manager UI

This commit is contained in:
bymyself
2025-04-14 10:33:11 -07:00
parent 7c14b26321
commit d3a629ce89
2 changed files with 12 additions and 0 deletions

View File

@@ -4,6 +4,16 @@
<h2 class="text-lg font-normal text-left">
{{ $t('manager.discoverCommunityContent') }}
</h2>
<Tag
v-tooltip.left="$t('manager.legacyManagerUIDescription')"
severity="info"
icon="pi pi-info-circle"
:value="$t('manager.legacyManagerUI')"
class="cursor-help"
:pt="{
root: { class: 'text-xs' }
}"
/>
</div>
</div>
</template>