mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-08 02:39:22 +00:00
perf: 修改资产名称
This commit is contained in:
@@ -4,7 +4,7 @@ from rest_framework import serializers
|
||||
|
||||
class TerminalSettingSerializer(serializers.Serializer):
|
||||
SORT_BY_CHOICES = (
|
||||
('hostname', _('Hostname')),
|
||||
('name', _('Hostname')),
|
||||
('ip', _('IP'))
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user