import - rancher dashboard by quota usage
This commit is contained in:
@@ -71,7 +71,7 @@ class RancherDashboardService:
|
||||
return rancher_data
|
||||
|
||||
@staticmethod
|
||||
def rancher_dashboard_by_quota_usage(self, rancher: Rancher):
|
||||
def get_rancher_dashboard_by_quota_usage(self, rancher: Rancher):
|
||||
"""
|
||||
get rancher dashboard by quota usage
|
||||
"""
|
||||
@@ -83,4 +83,6 @@ class RancherDashboardService:
|
||||
transaction__transaction_status='success',
|
||||
).values('quota_stat')
|
||||
|
||||
return
|
||||
print(list(set(transaction_sale_items)))
|
||||
|
||||
return {}
|
||||
|
||||
Reference in New Issue
Block a user