paging, searching, etc fixed
[kismet-logviewer.git] / logviewer / logviewer / urls.py
index bbe1f06..5758a5f 100644 (file)
@@ -29,6 +29,7 @@ urlpatterns = [
     path('css/<str:loadfile>', include('kiscontent.urls')),
     path('images/<str:loadfile>', include('kiscontent.urls')),
     path('fonts/<str:loadfile>', include('kiscontent.urls')),
+    path('favicon.ico', include('kiscontent.urls')),
     path('dynamic.js', include('dbview.urls')),
     path('gps/location.json', include('dbview.urls')),
     path('alerts/alerts_view.json', include('dbview.urls')),
@@ -39,8 +40,24 @@ urlpatterns = [
     path('messagebus/last-time/0/messages.json', include('dbview.urls')),
     path('channels/channels.json', include('dbview.urls')),
     path('devices/views/all/devices.json', include('dbview.urls')),
+    #path('devices/views//devices.json', include('dbview.urls')),
+    path('devices/views/phydot11_accesspoints/devices.json', include('dbview.urls')),
+    path('devices/views/phy-RADIATION/devices.json', include('dbview.urls')),
+    path('devices/views/phy-802.15.4/devices.json', include('dbview.urls')),
+    path('devices/views/phy-RTLADSB/devices.json', include('dbview.urls')),
+    path('devices/views/phy-RTLAMR/devices.json', include('dbview.urls')),
+    path('devices/views/phy-BTLE/devices.json', include('dbview.urls')),
+    path('devices/views/phy-NrfMousejack/devices.json', include('dbview.urls')),
+    path('devices/views/phy-UAV/devices.json', include('dbview.urls')),
+    path('devices/views/phy-Bluetooth/devices.json', include('dbview.urls')),
+    path('devices/views/phy-Z-Wave/devices.json', include('dbview.urls')),
+    path('devices/views/phy-RTL433/devices.json', include('dbview.urls')),
+    path('devices/views/phy-IEEE802.11/devices.json', include('dbview.urls')),
     path('devices/by-key/<str:devicename>/device.json', include('devices.urls')),
     path('devices/multikey/as-object/devices.json', include('dbview.urls')),
+    #path('devices/views/phydot11_accesspoints/devices.json', include('dbview.urls')),
+    #path('devices/views/phy-RADIATION/devices.json', include('dbviews.urls')),
+    #path('devices/views/phy-802.15.4/devices.json', include('dbviews.utls')),
     path('datasource/by-uuid/<str:devicename>/source.json', include('devices.urls')),
     path('phy/phy80211/ssids/by-hash/<str:devicename>/ssid.json', include('devices.urls')),
     path('eventbus/', include('eventbus.urls')),