forked from Deuxfleurs/guichet
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:
parent
af9d913dbb
commit
687fbe8b59
1 changed files with 1 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue