mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 13:52:38 +00:00
Update startup_scripts/280_custom_links.py
Co-authored-by: Christian Mäder <cimnine@users.noreply.github.com>
This commit is contained in:
parent
9d2d5f081a
commit
b2b974a287
|
|
@ -24,6 +24,3 @@ for link in custom_links:
|
|||
if not CustomLink.objects.filter(name=custom_link.name):
|
||||
custom_link.save()
|
||||
print("🖥️ Created Custom Link {0}".format(custom_link.name))
|
||||
else:
|
||||
print("⚠️ Skipping Custom Link {0}, already exists".format(custom_link.name))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue