1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Update custom napalm_read, napalm_write permissions

This commit is contained in:
Jeremy Stretch
2020-06-02 09:36:45 -04:00
parent 85e932bfc1
commit 110bad7041
7 changed files with 8 additions and 12 deletions

View File

@@ -1477,10 +1477,6 @@ class Device(ChangeLoggedModel, ConfigContextModel, CustomFieldModel):
('rack', 'position', 'face'),
('virtual_chassis', 'vc_position'),
)
permissions = (
('napalm_read', 'Read-only access to devices via NAPALM'),
('napalm_write', 'Read/write access to devices via NAPALM'),
)
def __str__(self):
return self.display_name or super().__str__()