Add more data routes
This commit is contained in:
@ -122,7 +122,7 @@ module StatisticsHelper
|
||||
]
|
||||
end
|
||||
|
||||
def graph_live_data
|
||||
def user_activity_live_data
|
||||
[
|
||||
{
|
||||
key: 'active_in_last_hour',
|
||||
@ -140,4 +140,8 @@ module StatisticsHelper
|
||||
]
|
||||
end
|
||||
|
||||
def rfc_activity_live_data
|
||||
[]
|
||||
end
|
||||
|
||||
end
|
||||
|
Reference in New Issue
Block a user