aboutsummaryrefslogtreecommitdiff
path: root/templates/garage_website_inspect.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/garage_website_inspect.html')
-rw-r--r--templates/garage_website_inspect.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/garage_website_inspect.html b/templates/garage_website_inspect.html
index 37142df..a8f463d 100644
--- a/templates/garage_website_inspect.html
+++ b/templates/garage_website_inspect.html
@@ -48,7 +48,7 @@
<h5 class="mt-3">Quotas</h5>
<div class="progress mt-3">
<div class="progress-bar" role="progressbar" aria-valuenow="{{ .View.Size.Current }}" aria-valuemin="0" aria-valuemax="{{ .View.Size.Max }}" style="width: {{ .View.Size.Percent }}%; min-width: 2em;">
- {{ .View.Size.Ratio }}%
+ {{ .View.Size.Percent }}%
</div>
</div>
@@ -63,7 +63,7 @@
<form action="" method="post">
<div class="btn-group" role="group" aria-label="Actions sur le site web">
<button class="btn btn-secondary" name="action" value="increase_quota">Augmenter le quota</button>
- <a class="btn btn-secondary disabled">Changer le nom de domaine</a>
+ <a class="btn btn-secondary" href="/website/vhost/{{ .View.Name.Pretty }}">Changer le nom de domaine</a>
<button class="btn btn-danger" name="action" value="delete_bucket">Supprimer</button>
</div>
</form>