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:
11
telemetry_dashboard/views.py
Normal file
11
telemetry_dashboard/views.py
Normal file
@ -0,0 +1,11 @@
|
||||
from django.shortcuts import render, redirect, get_object_or_404
|
||||
from django.contrib.auth.decorators import login_required
|
||||
from django.views.generic import TemplateView
|
||||
# from django.db.models import Q
|
||||
|
||||
|
||||
def grafana_view(request):
|
||||
return render(
|
||||
request,
|
||||
"telemetry_dashboard/grafana.html",
|
||||
)
|
||||
Reference in New Issue
Block a user