{% extends "base.html" %} {% block js %} {% endblock %} {% block content %}
{% if cluster_name %}Domain | Number of files | Storage used | Percent |
---|---|---|---|
{{ domain.domain }} | {{ domain.number_of_files }} | {{ domain.domain_bytes|filesizeformat}} | {% widthratio domain.domain_bytes total_bytecount 100 %}% |