X-Git-Url: http://spangdorfia.com/code/?p=kismet-logviewer.git;a=blobdiff_plain;f=logviewer%2Flogviewer%2Furls.py;fp=logviewer%2Flogviewer%2Furls.py;h=0317a34263d3d573f45f47bf4e00fe5e66f46bf5;hp=aee7816eaf197a079641018a4912e96d48af1f76;hb=4beb97fc6fc2d9b38fa06ee874a21160884e83eb;hpb=cb1481f96d5fbcf3c764be4b2eeebdda5c69e024 diff --git a/logviewer/logviewer/urls.py b/logviewer/logviewer/urls.py index aee7816..0317a34 100644 --- a/logviewer/logviewer/urls.py +++ b/logviewer/logviewer/urls.py @@ -37,6 +37,7 @@ urlpatterns = [ path('css/images/', include('kiscontent.urls')), path('adsb_map_panel.html', include('adsbmap.urls')), path('russ_map_panel.html', include('russmap.urls')), + path('dot_map_panel.html', include('dotmap.urls')), path('system/status.json', include('dbview.urls')), path('alerts/wrapped/last-time/0/alerts.json', include('dbview.urls')), path('messagebus/last-time/0/messages.json', include('dbview.urls')), @@ -56,6 +57,7 @@ urlpatterns = [ path('devices/views/phy-IEEE802.11/devices.json', include('dbview.urls')), path('phy/ADSB/map_data.json', include('dbview.urls')), path('phy/RUSS/map_data.json', include('dbview.urls')), + path('phy/DOT/map_data.json', include('dbview.urls')), path('devices/by-key//device.json', include('devices.urls')), path('devices/multikey/as-object/devices.json', include('dbview.urls')), path('datasource/by-uuid//source.json', include('devices.urls')),