mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 04:10:44 -03:30
update node_type to be read-only
This commit is contained in:
parent
706f3f97ea
commit
f11b73da12
@ -4776,7 +4776,7 @@ class InstanceSerializer(BaseSerializer):
|
||||
|
||||
class Meta:
|
||||
model = Instance
|
||||
read_only_fields = ('uuid', 'hostname', 'version')
|
||||
read_only_fields = ('uuid', 'hostname', 'version', 'node_type')
|
||||
fields = (
|
||||
"id",
|
||||
"type",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user