{% extends 'generic/object.html' %} {% load helpers %} {% load proxbox_tags %} {% load humanize %} {% load i18n %} {% block content %}
| {% trans "Cluster" %} | {{ object.cluster }} |
|---|---|
| {% trans "Name" %} | {{ object.name }} |
| {% trans "Storage Type" %} | {{ object.storage_type|placeholder }} |
| {% trans "Content" %} | {{ object.content|placeholder }} |
| {% trans "Path" %} | {{ object.path|placeholder }} |
| {% trans "Nodes" %} | {{ object.nodes|placeholder }} |
| {% trans "Shared" %} | {{ object.shared|yesno:"Yes,No" }} |
| {% trans "Enabled" %} | {{ object.enabled|yesno:"Yes,No" }} |
| {% trans "Server" %} | {{ object.server }} |
| {% trans "Port" %} | {{ object.port }} |
| {% trans "Username" %} | {{ object.username }} |
| {% trans "Export" %} | {{ object.export }} |
| {% trans "Share" %} | {{ object.share }} |
| {% trans "Pool" %} | {{ object.pool }} |
| {% trans "Datastore" %} | {{ object.datastore }} |
| {% trans "Mountpoint" %} | {{ object.mountpoint }} |
| {% trans "Format" %} | {{ object.format }} |
| {% trans "Prune Backups" %} | {{ object.prune_backups }} |
| {% trans "Max Protected Backups" %} | {{ object.max_protected_backups }} |
| {% trans "Used" %} | {{ storage_usage.used_label }} / {{ storage_usage.total_label }} |
|---|---|
| {% trans "Available" %} | {{ storage_usage.avail_label }} |
| {% trans "Usage" %} | {{ storage_usage.used_pct }}% |
| {% trans "Proxmox Content Rows" %} | {{ storage_content_count }} |