forked from Fediversity/Fediversity
address review comments from kiara
This commit is contained in:
parent
19c8e27cbd
commit
f2c1000498
2 changed files with 1 additions and 2 deletions
panel/src/panel
|
@ -5,7 +5,7 @@
|
|||
{% for service, state in services.items %}
|
||||
{% if state %}
|
||||
<li>
|
||||
✓ {{ service }}
|
||||
✓ {{ service }}
|
||||
</li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
|
|
@ -149,5 +149,4 @@ class DeploymentStatus(ConfigurationForm):
|
|||
cwd=settings.repo_dir,
|
||||
env=env,
|
||||
)
|
||||
print(deployment_result.returncode)
|
||||
return deployment_result, json.loads(deployment_params)
|
||||
|
|
Loading…
Add table
Reference in a new issue