Skip to content

Commit

Permalink
Forbid Zone#endpoints modification
Browse files Browse the repository at this point in the history
The cluster tree can't be runtime-altered anyway.
  • Loading branch information
Al2Klimov committed Aug 15, 2023
1 parent ec32dfb commit 39e5938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/remote/zone.ti
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Zone : ConfigObject
}}}
};

[config] array(name(Endpoint)) endpoints (EndpointsRaw);
[config, no_user_modify] array(name(Endpoint)) endpoints (EndpointsRaw);
[config] bool global;
[no_user_modify, no_storage] array(Value) all_parents {
get;
Expand Down

0 comments on commit 39e5938

Please sign in to comment.