mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Copy changes.
This commit is contained in:
parent
077fdea638
commit
c90d553677
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ import datetime
|
|||
|
||||
graph_config = {
|
||||
'graph_category' : 'NewsBlur',
|
||||
'graph_title' : 'NewsBlur Errors',
|
||||
'graph_title' : 'NewsBlur Fetching History',
|
||||
'graph_vlabel' : 'errors',
|
||||
'feed_errors.label': 'Feed Errors',
|
||||
'feed_success.label': 'Feed Success',
|
||||
|
|
|
@ -6,7 +6,7 @@ from apps.reader.models import UserSubscription
|
|||
|
||||
graph_config = {
|
||||
'graph_category' : 'NewsBlur',
|
||||
'graph_title' : 'NewsBlur Feeds',
|
||||
'graph_title' : 'NewsBlur Feeds & Subscriptions',
|
||||
'graph_vlabel' : 'Feeds & Subscribers',
|
||||
'feeds.label': 'feeds',
|
||||
'subscriptions.label': 'subscriptions',
|
||||
|
|
Loading…
Add table
Reference in a new issue