added ports data
This commit is contained in:
@@ -85,6 +85,8 @@ class OfficeDashboardService(BaseService):
|
||||
'dns_group': t.dns_group,
|
||||
'status': t.status,
|
||||
'added': t.added,
|
||||
'primary_server': t.primary_server,
|
||||
'provision_port': t.provision_port,
|
||||
'updated': t.updated
|
||||
} for t in subscription]
|
||||
|
||||
@@ -95,7 +97,7 @@ class OfficeDashboardService(BaseService):
|
||||
"loans": {
|
||||
"currency": "Naira",
|
||||
"currency_text": "\u20a6",
|
||||
"text": "this week",
|
||||
"text": "last 30 days",
|
||||
"value": sub_count
|
||||
},
|
||||
"payments": {
|
||||
|
||||
Reference in New Issue
Block a user