mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-28 19:51:11 +00:00
plugins: rename marketplace to plugin hub
This commit is contained in:
parent
2a6820064d
commit
2dc6bd54f2
26 changed files with 106 additions and 106 deletions
|
|
@ -1,11 +0,0 @@
|
|||
<div x-data>
|
||||
<template x-if="$store.pluginInstallStore && plugin.marketplace?.key">
|
||||
<button type="button"
|
||||
class="dropdown-item"
|
||||
title="Open in Marketplace"
|
||||
@click="$store.pluginInstallStore.openMarketplaceDetailByKey(plugin.marketplace.key); actionsOpen = false">
|
||||
<span class="material-symbols-outlined">storefront</span>
|
||||
<span>Marketplace</span>
|
||||
</button>
|
||||
</template>
|
||||
</div>
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
<div x-data>
|
||||
<template x-if="$store.pluginInstallStore && plugin.pluginHub?.key">
|
||||
<button type="button"
|
||||
class="dropdown-item"
|
||||
title="Open in Plugin Hub"
|
||||
@click="$store.pluginInstallStore.openPluginHubDetailByKey(plugin.pluginHub.key); actionsOpen = false">
|
||||
<span class="material-symbols-outlined">storefront</span>
|
||||
<span>Plugin Hub</span>
|
||||
</button>
|
||||
</template>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue