ssh key heading changed 'Your SSH Keys' -> 'My SSH Keys'
This commit is contained in:
parent
e91ea758e3
commit
da41045b0f
2 changed files with 211 additions and 8 deletions
|
|
@ -3,7 +3,7 @@
|
|||
{% block content %}
|
||||
<div>
|
||||
<div class="container virtual-machine-container dashboard-container ">
|
||||
<h1 class="h1-thin"><i class="fa fa-key" aria-hidden="true"></i> {% trans "Your SSH Keys" %}</h1>
|
||||
<h1 class="h1-thin"><i class="fa fa-key" aria-hidden="true"></i> {% trans "My SSH Keys" %}</h1>
|
||||
{% if messages %}
|
||||
<div class="alert alert-warning">
|
||||
{% for message in messages %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue