telemetry dashboard add
All checks were successful
Build And Test / build-and-push (push) Successful in 4m35s
All checks were successful
Build And Test / build-and-push (push) Successful in 4m35s
This commit is contained in:
8
telemetry_dashboard/urls.py
Normal file
8
telemetry_dashboard/urls.py
Normal file
@ -0,0 +1,8 @@
|
||||
from django.urls import path
|
||||
from . import views
|
||||
|
||||
app_name = 'tm_dsbd'
|
||||
|
||||
urlpatterns = [
|
||||
path('grafana/', views.grafana_view, name='grafana'),
|
||||
]
|
Reference in New Issue
Block a user