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:
commit
4112589be7
1 changed files with 2 additions and 0 deletions
|
@ -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 %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue