mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
rm app_servers total from monitor
This commit is contained in:
parent
9c146f7c67
commit
6bc58396a4
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ class AppServers(View):
|
|||
|
||||
def get(self, request):
|
||||
data = dict((("%s" % s['_id'].replace('-', ''), s['feeds']) for s in self.stats))
|
||||
if self.total:
|
||||
data['total'] = self.total[0]['feeds']
|
||||
#if self.total:
|
||||
# data['total'] = self.total[0]['feeds']
|
||||
chart_name = "app_servers"
|
||||
chart_type = "counter"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue