mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-30 12:40:33 +00:00
plugins ui polish
This commit is contained in:
parent
803248168c
commit
75bd441d51
3 changed files with 59 additions and 10 deletions
|
|
@ -13,6 +13,13 @@ const model = {
|
|||
selectedPlugin: null,
|
||||
activeTab: "custom",
|
||||
|
||||
async init() {
|
||||
await this.setTab('custom');
|
||||
if (this.plugins.length === 0) {
|
||||
await this.setTab('builtin');
|
||||
}
|
||||
},
|
||||
|
||||
async loadPluginList(filter) {
|
||||
this.loading = true;
|
||||
this.selectedPlugin = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue