Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4ea2097429 | ||
|
|
cfaba462d5 | ||
|
|
5e2f1cca57 |
@@ -101,3 +101,12 @@ To view `/plugins/topology-views/` you need the following permissions:
|
|||||||
+ dcim | site | can view site
|
+ dcim | site | can view site
|
||||||
+ extras | tag | can view tag
|
+ extras | tag | can view tag
|
||||||
+ dcim | device role | can view device role
|
+ dcim | device role | can view device role
|
||||||
|
|
||||||
|
## Icons info
|
||||||
|
|
||||||
|
Power icons created by [Freepik - Flaticon](https://www.flaticon.com/free-icons/power).
|
||||||
|
|
||||||
|
Power icons created by [Flat Icons - Flaticon](https://www.flaticon.com/free-icons/power)
|
||||||
|
|
||||||
|
Provider icons created by [Good Ware - Flaticon](https://www.flaticon.com/free-icons/provider)
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ class TopologyViewsConfig(PluginConfig):
|
|||||||
name = 'netbox_topology_views'
|
name = 'netbox_topology_views'
|
||||||
verbose_name = 'Topology views'
|
verbose_name = 'Topology views'
|
||||||
description = 'An plugin to render topology maps'
|
description = 'An plugin to render topology maps'
|
||||||
version = '3.0.0-beta.1'
|
version = '3.0.0-beta.2'
|
||||||
author = 'Mattijs Vanhaverbeke'
|
author = 'Mattijs Vanhaverbeke'
|
||||||
author_email = 'author@example.com'
|
author_email = 'author@example.com'
|
||||||
base_url = 'netbox_topology_views'
|
base_url = 'netbox_topology_views'
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
from platform import node
|
from platform import node
|
||||||
from tkinter.messagebox import NO
|
|
||||||
from django.shortcuts import get_object_or_404, render
|
from django.shortcuts import get_object_or_404, render
|
||||||
from django.db.models import Q
|
from django.db.models import Q
|
||||||
from django.views.generic import View
|
from django.views.generic import View
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ with open(path.join(top_level_directory, 'README.md'), encoding='utf-8') as file
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='netbox-topology-views',
|
name='netbox-topology-views',
|
||||||
version='3.0.0-beta.1',
|
version='3.0.0-beta.2',
|
||||||
description='An NetBox plugin to create Topology maps',
|
description='An NetBox plugin to create Topology maps',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
|
|||||||
Reference in New Issue
Block a user