diff --git a/app/api/services/office_dashboard.py b/app/api/services/office_dashboard.py index 271d9a9..7d1770f 100644 --- a/app/api/services/office_dashboard.py +++ b/app/api/services/office_dashboard.py @@ -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": {