template: remove spurious space before secret access keys

an extra space would otherwise show up when copy/pasting the access
key from guichet, causing confusion
This commit is contained in:
Armaël Guéneau 2025-02-22 12:53:50 +01:00
parent af9d913dbb
commit 687fbe8b59

View file

@ -96,8 +96,7 @@
<tr>
<th scope="row">Clé secrète</th>
<td>
<a href="#" onclick="document.getElementById('secret_key').style.display='inline'; this.style.display='none'">[Afficher la clé secrète]</a>
<span id="secret_key" style="display: none">{{ .View.SecretAccessKey }}</span>
<a href="#" onclick="document.getElementById('secret_key').style.display='inline'; this.style.display='none'">[Afficher la clé secrète]</a><span id="secret_key" style="display: none">{{ .View.SecretAccessKey }}</span>
</td>
</tr>
<tr>