mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-30 12:40:33 +00:00
Swap button styles for plugin list refresh and install actions
Change refresh button from 'confirm' to default style and install button from default to 'confirm' style to better reflect their relative importance and action severity.
This commit is contained in:
parent
999a14e31f
commit
5579a3c9e5
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
</script>
|
||||
|
||||
<button type="button"
|
||||
class="button"
|
||||
class="button confirm"
|
||||
@click="openModal('../plugins/plugin_installer/webui/main.html')">
|
||||
<span class="icon material-symbols-outlined">add</span> Install
|
||||
</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue