mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-29 12:10:57 +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
|
|
@ -38,19 +38,19 @@
|
|||
</li>
|
||||
<li class="nav-item" role="presentation">
|
||||
<button class="nav-link"
|
||||
:class="{ active: $store.pluginListStore.activeTab === 'marketplace' }"
|
||||
id="plugins-marketplace-tab"
|
||||
:class="{ active: $store.pluginListStore.activeTab === 'pluginHub' }"
|
||||
id="plugins-plugin-hub-tab"
|
||||
type="button"
|
||||
role="tab"
|
||||
aria-controls="plugins-marketplace"
|
||||
:aria-selected="$store.pluginListStore.activeTab === 'marketplace'"
|
||||
@click="$store.pluginListStore.setTab('marketplace')">
|
||||
aria-controls="plugins-plugin-hub"
|
||||
:aria-selected="$store.pluginListStore.activeTab === 'pluginHub'"
|
||||
@click="$store.pluginListStore.setTab('pluginHub')">
|
||||
<span class="material-symbols-outlined pi-tab-icon">store</span> Browse
|
||||
</button>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<template x-if="$store.pluginListStore.activeTab !== 'marketplace'">
|
||||
<template x-if="$store.pluginListStore.activeTab !== 'pluginHub'">
|
||||
<div>
|
||||
<div class="plugins-toolbar">
|
||||
<div class="plugins-toolbar-search">
|
||||
|
|
@ -200,7 +200,7 @@
|
|||
</div>
|
||||
</template>
|
||||
|
||||
<template x-if="$store.pluginListStore.activeTab === 'marketplace'">
|
||||
<template x-if="$store.pluginListStore.activeTab === 'pluginHub'">
|
||||
<x-component path="/plugins/_plugin_installer/webui/install-index.html"></x-component>
|
||||
</template>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue