mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-09 03:09:34 +00:00
perf: k8s tree error msg (#9472)
Co-authored-by: feng <1304903146@qq.com>
This commit is contained in:
@@ -17,7 +17,7 @@ class ConnectionTokenSerializer(OrgResourceModelSerializerMixin):
|
||||
label=_("Input secret"), max_length=40960, required=False, allow_blank=True
|
||||
)
|
||||
from_ticket_info = serializers.SerializerMethodField(label=_("Ticket info"))
|
||||
actions = ActionChoicesField()
|
||||
actions = ActionChoicesField(read_only=True, label=_("Actions"))
|
||||
|
||||
class Meta:
|
||||
model = ConnectionToken
|
||||
|
Reference in New Issue
Block a user