diff --git a/cloudkittydashboard/dashboards/admin/hashmap/templates/hashmap/services_list.html b/cloudkittydashboard/dashboards/admin/hashmap/templates/hashmap/services_list.html index 1dbd77e..a069207 100644 --- a/cloudkittydashboard/dashboards/admin/hashmap/templates/hashmap/services_list.html +++ b/cloudkittydashboard/dashboards/admin/hashmap/templates/hashmap/services_list.html @@ -11,6 +11,35 @@ {{ table.render }} {{ modules }} + +
| {% trans "Service" %} | +{% trans "Field" %} | +{% trans "Value" %} | +{% trans "Type" %} | +{% trans "Cost" %} | +
|---|---|---|---|---|
| {{ rule.service }} | +{{ rule.field }} | +{{ rule.value }} | +{{ rule.type }} | +{{ rule.cost_display }} | +
| {% trans "No rating rules configured" %} | +||||
{{ current_month_total }}
+ {% trans "Day" %} {{ days_elapsed }} {% trans "of" %} {{ days_in_month }} +{{ forecast_total }}
+ {% trans "Projected total" %} +{{ last_month_total }}
+ {% trans "Total spent" %} +| {% trans "Metric Type" %} | +{% trans "Cost" %} | +{% trans "Percentage" %} | +
|---|---|---|
| {{ item.type }} | +{{ item.rate_display }} | +
+
+
+
+ |
+
| {% trans "No data available" %} | +||
{% trans "No data available for chart" %}
+ {% endfor %} +| {% trans "Resource ID" %} | +{% trans "Type" %} | +{% trans "Current Cost" %} | +
|---|---|---|
| {{ resource.resource_id|default:"-" }} | +{{ resource.type|default:"-" }} | +{{ resource.rate_display }} | +
| {% trans "No resources found" %} | +||