mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Initial work on a dynamic topology mapper
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
from django.conf.urls import url
|
||||
|
||||
from extras.models import GRAPH_TYPE_INTERFACE, GRAPH_TYPE_SITE
|
||||
from extras.api.views import GraphListView
|
||||
from extras.api.views import GraphListView, TopologyMapperView
|
||||
|
||||
from .views import *
|
||||
|
||||
@ -62,5 +62,6 @@ urlpatterns = [
|
||||
|
||||
# Miscellaneous
|
||||
url(r'^related-connections/$', RelatedConnectionsView.as_view(), name='related_connections'),
|
||||
url(r'^topology-mapper/$', TopologyMapperView.as_view(), name='topology_mapper'),
|
||||
|
||||
]
|
||||
|
Reference in New Issue
Block a user