🚀 Service List 🚀
👤 {{ session['user'] }}
Logout
Service Name
Description
URL
Command
Action
{% for service in listService %}
{{ service.name }}
{{ service.description }}
{% if service.url %}
🔗 Visit
{% else %}
N/A
{% endif %}
{{ service.command }}
Restart
{% endfor %}
Command Output (Real-time Logs):