mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-27 23:56:09 +00:00
Add private token and change user group
This commit is contained in:
@@ -25,7 +25,7 @@ class AssetGroup(models.Model):
|
||||
return self.name
|
||||
|
||||
class Meta:
|
||||
db_table = 'asset_group'
|
||||
ordering = ['name']
|
||||
|
||||
@classmethod
|
||||
def initial(cls):
|
||||
|
Reference in New Issue
Block a user