Merge branch '25-Fixing/btn-download-usage-cost' into 'main'

added element id usage cost for download

See merge request dev/yuyu_dashboard!10
This commit is contained in:
Muhammad Irfan 2022-08-09 03:53:03 +00:00
commit 4112589be7

View file

@ -18,6 +18,7 @@
<br/> <br/>
<br/> <br/>
<div id="usage_cost">
<div> <div>
<dl class="dl-horizontal"> <dl class="dl-horizontal">
<dt>Invoice Month</dt> <dt>Invoice Month</dt>
@ -54,6 +55,7 @@
<div id="image-cost"> <div id="image-cost">
{{ image_cost_table.render }} {{ image_cost_table.render }}
</div> </div>
</div>
{% else %} {% else %}
<h1>Billing not enabled or you don't have any usage yet</h1> <br/> <h1>Billing not enabled or you don't have any usage yet</h1> <br/>
{% endif %} {% endif %}