mirror of https://github.com/jumpserver/jumpserver
[Update] 模版删除unblock的id属性
parent
14076d8fe1
commit
09e636495e
|
@ -182,7 +182,7 @@
|
||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr id="id_unblock_user" style="{% if not unblock %}display:none{% endif %}">
|
<tr style="{% if not unblock %}display:none{% endif %}">
|
||||||
<td>{% trans 'Unblock user' %}</td>
|
<td>{% trans 'Unblock user' %}</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="pull-right">
|
<span class="pull-right">
|
||||||
|
|
Loading…
Reference in New Issue