Made Username in User Account Overview Clickable
Signed-off-by: Manthan Surkar <manthan.surkar@gmail.com>
This commit is contained in:
parent
5f36cd8aec
commit
ff3dc96edb
@ -32,7 +32,15 @@
|
||||
{% if host.user is empty %}
|
||||
<span class="text-danger">{% trans 'Any' %}</span>
|
||||
{% else %}
|
||||
{{ host.user }}
|
||||
<a class="edit_user_anchor" href="{{ url('/server/privileges', {
|
||||
'username': host.user,
|
||||
'hostname': host.host,
|
||||
'dbname': '',
|
||||
'tablename': '',
|
||||
'routinename': '',
|
||||
}) }}">
|
||||
{{ host.user }}
|
||||
</a>
|
||||
{% endif %}
|
||||
</label>
|
||||
</td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user