mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-13 11:56:14 +00:00
[Update] 取消用户资产页面中,资产详情系统用户值为undefine的问题
This commit is contained in:
parent
e98626988b
commit
73c3de97b8
@ -76,7 +76,7 @@ $(document).ready(function () {
|
|||||||
'ip': "{% trans 'IP' %}",
|
'ip': "{% trans 'IP' %}",
|
||||||
'protocols': "{% trans 'Protocols' %}",
|
'protocols': "{% trans 'Protocols' %}",
|
||||||
'platform': "{% trans 'Platform' %}",
|
'platform': "{% trans 'Platform' %}",
|
||||||
'system_users_join': "{% trans 'System user' %}",
|
{#'system_users_join': "{% trans 'System user' %}",#}
|
||||||
'domain': "{% trans 'Domain' %}",
|
'domain': "{% trans 'Domain' %}",
|
||||||
'comment': "{% trans 'Comment' %}",
|
'comment': "{% trans 'Comment' %}",
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user