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

Superset Dashboard: fix pre-commit issues. #13

Merged
merged 1 commit into from
Sep 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading