diff options
author | Quentin <quentin@dufour.io> | 2023-10-17 16:34:13 +0000 |
---|---|---|
committer | Quentin <quentin@dufour.io> | 2023-10-17 16:34:13 +0000 |
commit | 51a5771b0ba94efd35e0828c8423bc525ac8933f (patch) | |
tree | 52c2418e31f564469ac0f7e06589a198b5f094b3 /templates/garage_website_inspect.html | |
parent | 10bdee10cf6947ec6dd0ba5040d7274d6c3316a7 (diff) | |
parent | 4f7cbdd8252f0064729f22929c7ca0e63a10d284 (diff) | |
download | guichet-51a5771b0ba94efd35e0828c8423bc525ac8933f.tar.gz guichet-51a5771b0ba94efd35e0828c8423bc525ac8933f.zip |
Merge pull request 'change-vhost' (#47) from change-vhost into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/guichet/pulls/47
Diffstat (limited to 'templates/garage_website_inspect.html')
-rw-r--r-- | templates/garage_website_inspect.html | 4 |
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> |