{% extends "dashboard/layout.html" %} {% block title %}Mycelium Dashboard - Overview{% endblock %} {% block dashboard_content %}
Welcome, {% if user.name %}{{ user.name }}{% else %}{{ user.email }}{% endif %}
Manage your Mycelium experience through different perspectives:
Deploy apps, manage resources, monitor costs, and track usage.
Manage your nodes, create slices, set pricing, and track earnings.
Develop, deploy, and manage applications for the TF ecosystem.
Offer professional services and manage maintenance requests.
Date | Action | Status | Details |
---|---|---|---|
{{ activity.date }} | {{ activity.action }} | {% if activity.status == "Completed" %} {{ activity.status }} {% elif activity.status == "Active" %} {{ activity.status }} {% elif activity.status == "Pending" %} {{ activity.status }} {% else %} {{ activity.status }} {% endif %} | {{ activity.details }} |
No recent activity |