Skip to content

Commit 319ace3

Browse files
committed
[MOV] awesome_dashboard: renaming components
1 parent 8a25557 commit 319ace3

6 files changed

Lines changed: 2 additions & 2 deletions

File tree

awesome_dashboard/static/src/dashboard/components/dashboard-item/dashboard-item.js renamed to awesome_dashboard/static/src/dashboard/components/dashboard_item/dashboard_item.js

File renamed without changes.

awesome_dashboard/static/src/dashboard/components/dashboard-item/dashboard-item.scss renamed to awesome_dashboard/static/src/dashboard/components/dashboard_item/dashboard_item.scss

File renamed without changes.

awesome_dashboard/static/src/dashboard/components/dashboard-item/dashboard-item.xml renamed to awesome_dashboard/static/src/dashboard/components/dashboard_item/dashboard_item.xml

File renamed without changes.

awesome_dashboard/static/src/dashboard/components/pie-chart/pie-chart.js renamed to awesome_dashboard/static/src/dashboard/components/pie_chart/pie_chart.js

File renamed without changes.

awesome_dashboard/static/src/dashboard/components/pie-chart/pie-chart.xml renamed to awesome_dashboard/static/src/dashboard/components/pie_chart/pie_chart.xml

File renamed without changes.

awesome_dashboard/static/src/dashboard/dashboard.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import {registry} from "@web/core/registry";
33
import {Layout} from "@web/search/layout";
44
import {useService} from "@web/core/utils/hooks";
55
import {_t} from "@web/core/l10n/translation";
6-
import {DashboardItem} from "./components/dashboard-item/dashboard-item";
7-
import {PieChart} from "./components/pie-chart/pie-chart";
6+
import {DashboardItem} from "./components/dashboard_item/dashboard_item";
7+
import {PieChart} from "./components/pie_chart/pie_chart";
88

99
class AwesomeDashboard extends Component {
1010
static template = "awesome_dashboard.AwesomeDashboard";

0 commit comments

Comments
 (0)