mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 11:11:53 +00:00
Add banner indicating how to use legacy manager UI
This commit is contained in:
@@ -4,6 +4,16 @@
|
|||||||
<h2 class="text-lg font-normal text-left">
|
<h2 class="text-lg font-normal text-left">
|
||||||
{{ $t('manager.discoverCommunityContent') }}
|
{{ $t('manager.discoverCommunityContent') }}
|
||||||
</h2>
|
</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>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -155,6 +155,8 @@
|
|||||||
"manager": {
|
"manager": {
|
||||||
"title": "Custom Nodes Manager",
|
"title": "Custom Nodes Manager",
|
||||||
"legacyMenuNotAvailable": "Legacy manager menu is not available, defaulting to the new manager menu.",
|
"legacyMenuNotAvailable": "Legacy manager menu is not available, defaulting to the new manager menu.",
|
||||||
|
"legacyManagerUI": "Use Legacy UI",
|
||||||
|
"legacyManagerUIDescription": "To use the legacy Manager UI, start ComfyUI with --enable-manager-legacy-ui",
|
||||||
"failed": "Failed ({count})",
|
"failed": "Failed ({count})",
|
||||||
"noNodesFound": "No nodes found",
|
"noNodesFound": "No nodes found",
|
||||||
"noNodesFoundDescription": "The pack's nodes either could not be parsed, or the pack is a frontend extension only and doesn't have any nodes.",
|
"noNodesFoundDescription": "The pack's nodes either could not be parsed, or the pack is a frontend extension only and doesn't have any nodes.",
|
||||||
|
|||||||
Reference in New Issue
Block a user