mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
fix bad instances modal reload UI
This commit is contained in:
parent
69393d48e6
commit
c15133a3b6
2 changed files with 3 additions and 3 deletions
|
|
@ -204,9 +204,9 @@ def instance_item(
|
|||
button_widget(
|
||||
id=f"reload-btn-{instance_name}",
|
||||
text="action_reload", # keep it (a18n)
|
||||
color="info",
|
||||
color="success",
|
||||
size="normal",
|
||||
iconName="globe",
|
||||
iconName="refresh",
|
||||
iconColor="white",
|
||||
attrs={
|
||||
"data-submit-form": f"""{{ "instance_hostname" : "{hostname}" }}""",
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue