Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #13 from klbtheprogrammer/17.0-1.2
Browse files Browse the repository at this point in the history
Superset Dashboard: fix pre-commit issues.
  • Loading branch information
shibu-narayanan authored Sep 3, 2024
2 parents 20d2118 + 7d77086 commit 64f9d77
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions g2p_superset_dashboard/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Superset Dashboard
# Superset Dashboard

This module integrates the Superset dashboard into Odoo, allowing users to view and interact with Superset visualizations directly from the Odoo interface.
This module integrates the Superset dashboard into Odoo, allowing users to view and interact with Superset
visualizations directly from the Odoo interface.

Refer to https://docs.openg2p.org.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @odoo-module */
import {registry} from "@web/core/registry";
import {Component, useState} from "@odoo/owl";
import {registry} from "@web/core/registry";

export class G2PSupersetDashboardEmbedded extends Component {
setup() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</select>
</div>
<div>
<iframe t-att-src="state.dashboardUrl" style="width:100%; height:100vh;"/>
<iframe t-att-src="state.dashboardUrl" style="width:100%; height:100vh;" />
</div>
</t>
</t>
Expand Down

0 comments on commit 64f9d77

Please sign in to comment.