Show subscription badge where required and disable UI elements accordingly

This commit is contained in:
Johannes Zellner
2025-05-13 18:11:10 +02:00
parent 6c115804e8
commit 16c8721d6c
8 changed files with 60 additions and 39 deletions

View File

@@ -66,7 +66,7 @@ onMounted(async () => {
</script>
<template>
<Section :title="$t('settings.privateDockerRegistry.title')">
<Section :title="$t('settings.privateDockerRegistry.title')" :title-badge="features.privateDockerRegistry ? 'Pro' : ''">
<InputDialog ref="inputDialog" />
<DockerRegistryDialog ref="dialog" @success="refresh()"/>