mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-28 19:51:11 +00:00
Fix plugin modal paths to use absolute URLs instead of relative paths
Change all plugin modal path references from relative (`../plugins/`) to absolute (`/plugins/`) URLs for consistency and to avoid path resolution issues across different webui components.
This commit is contained in:
parent
360529ab85
commit
5e7253282c
5 changed files with 6 additions and 6 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
<button type="button"
|
||||
class="button confirm"
|
||||
@click="openModal('../plugins/_plugin_installer/webui/main.html')">
|
||||
@click="openModal('/plugins/_plugin_installer/webui/main.html')">
|
||||
<span class="icon material-symbols-outlined">add</span> Install
|
||||
</button>
|
||||
</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue