This repository has been archived on 2025-12-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
qmi-cloud/src/app/cost/cost.component.html
Manuel Romero 835d162ede qlik-embed
2023-11-17 12:23:53 +01:00

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>