1
0
Fork 0

address review comments from kiara

This commit is contained in:
Kevin Muller 2025-03-28 13:31:45 +01:00
parent 19c8e27cbd
commit f2c1000498
2 changed files with 1 additions and 2 deletions
panel/src/panel

View file

@ -5,7 +5,7 @@
{% for service, state in services.items %}
{% if state %}
<li>
&#x2713; {{ service }}
{{ service }}
</li>
{% endif %}
{% endfor %}

View file

@ -149,5 +149,4 @@ class DeploymentStatus(ConfigurationForm):
cwd=settings.repo_dir,
env=env,
)
print(deployment_result.returncode)
return deployment_result, json.loads(deployment_params)