28 lines
872 B
HTML
28 lines
872 B
HTML
<div style="margin-top: 80px;">
|
|
<h1>Cost Analysis</h1>
|
|
<p>
|
|
Cost dataset with history data from <b>June 2021 (Azure)</b> and <b>January 2022 (AWS)</b>. Updated on daily basis.
|
|
</p>
|
|
<!--
|
|
<iframe id="cost-analysis" *ngIf="qcsSheetUrl" class="cost-analysis" [src]="qcsSheetUrl" width="100%" height="1000px"></iframe>
|
|
|
|
-->
|
|
|
|
<div style="width:200px; height: 200px">
|
|
<qlik-embed
|
|
id="visualization"
|
|
ui="object"
|
|
app-id="1d2a43cf-8bc7-422c-90bd-d021cb232776"
|
|
object-id="GmhFFG"
|
|
></qlik-embed>
|
|
</div>
|
|
|
|
<div style="width: 100%; height:1000px;">
|
|
<qlik-embed
|
|
ui="analytics/sheet"
|
|
app-id="1d2a43cf-8bc7-422c-90bd-d021cb232776"
|
|
object-id="1ad3eb62-330d-45ac-8456-a6c8a76e044b"
|
|
>
|
|
</qlik-embed>
|
|
</div>
|
|
</div> |