mirror of https://github.com/jumpserver/jumpserver
[Update] 授权列表下拉信息添加action字段 (#2618)
parent
33a00f043b
commit
aabcf7f31c
|
@ -130,6 +130,9 @@ function format(d) {
|
|||
if (d.system_users.length > 0) {
|
||||
data += makeLabel(["{% trans 'System user' %}", d.system_users.join(", ")])
|
||||
}
|
||||
if (d.actions.length > 0) {
|
||||
data += makeLabel(["{% trans 'Action' %}", d.actions.join(", ")])
|
||||
}
|
||||
return data
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue