mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
correct app times monitor
This commit is contained in:
parent
d513eb48c8
commit
3ccbd67d25
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue