mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-28 03:08:14 +00:00
Do not allow to create a builtin template using the API.
This commit is contained in:
parent
3ab74b8094
commit
990dabb7e4
@ -45,7 +45,6 @@ class TemplateBase(BaseModel):
|
||||
category: Optional[Category] = None
|
||||
default_name_format: Optional[str] = None
|
||||
symbol: Optional[str] = None
|
||||
builtin: Optional[bool] = None
|
||||
template_type: Optional[NodeType] = None
|
||||
compute_id: Optional[str] = None
|
||||
usage: Optional[str] = ""
|
||||
|
Loading…
Reference in New Issue
Block a user