mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-11-28 12:12:05 +00:00
Merge with user-perm
This commit is contained in:
@@ -12,7 +12,7 @@ class AssetForm(forms.ModelForm):
|
||||
fields = [
|
||||
"ip", "other_ip", "remote_card_ip", "hostname", "port", "groups", "username", "password",
|
||||
"idc", "mac_address", "brand", "cpu", "memory", "disk", "os", "cabinet_no", "cabinet_pos",
|
||||
"number", "status", "type", "env", "sn", "is_active", "comment", "admin_user", "system_user"
|
||||
"number", "status", "type", "env", "sn", "is_active", "comment", "admin_user", "system_users"
|
||||
]
|
||||
|
||||
widgets = {
|
||||
|
||||
Reference in New Issue
Block a user