mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-28 19:51:11 +00:00
plugins: rename init to execute
This commit is contained in:
parent
32bc95da39
commit
2a6820064d
8 changed files with 81 additions and 79 deletions
|
|
@ -84,9 +84,9 @@
|
|||
<span class="icon material-symbols-outlined">gavel</span> License
|
||||
</button>
|
||||
</template>
|
||||
<template x-if="$store.pluginInstallStore.installedPluginInfo.has_init_script">
|
||||
<template x-if="$store.pluginInstallStore.installedPluginInfo.has_execute_script">
|
||||
<button type="button" class="button"
|
||||
@click="$store.pluginInstallStore.handleOpenInit()">
|
||||
@click="$store.pluginInstallStore.handleOpenExecute()">
|
||||
<span class="icon material-symbols-outlined">terminal</span> Script
|
||||
</button>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue