correct app times monitor

This commit is contained in:
Jonathan Math 2021-05-03 10:39:17 -05:00
parent d513eb48c8
commit 3ccbd67d25

View file

@ -20,7 +20,7 @@ class AppTimes(View):
"chart_name": chart_name,
"chart_type": chart_type,
}
return render(request, 'monitor/prometheus_dynamic_data.html', context, content_type="text/plain")
return render(request, 'monitor/prometheus_data.html', context, content_type="text/plain")
@property
def stats(self):