{% extends "base.html" %} {% block content %}

Projects

{% if user.is_staff %} Add {% endif %}

Below is an overview of all projects currently deployed via R-Shepard

{% for project in projects %}

{{ project.name }}

Open
{% if project.description %}

{{ project.description }}

{% else %}

No description provided.

{% endif %}
{% empty %}
  • No projects available.
  • {% endfor %}

    Resource Allocation Overview

    Below is an overview of the accumulated resource allocation of the R-Shepard instance. The lightly shaded areas represent allocation to all projects while the darkly shaded aread represent the allocation to currenlty running containers across all projects.

    CPU Cores allocated of {{ cpu_available }} available
    {{ cpu_allocated_to_projects }} of {{ cpu_available }}
    {{ cpu_allocated_to_running_containers }} of {{ cpu_available }}
    GB RAM allocated of {{ ram_available }} available
    {{ ram_allocated_to_projects }} of {{ ram_available }}
    {{ ram_allocated_to_running_containers }} of {{ ram_available }}
    {% if user.is_staff %}
    Go to admin area {% endif %} {% endblock %}