Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change the contents of the admin dashboard-grid #1124

Open
suatsuphi opened this issue Jun 14, 2024 · 0 comments
Open

change the contents of the admin dashboard-grid #1124

suatsuphi opened this issue Jun 14, 2024 · 0 comments

Comments

@suatsuphi
Copy link
Contributor

Hi,

I want to change the content of the admin dashboard-grid. sorting, content etc.
could an arrangement be made as follows

<zone name="admin_dashboard" replace-content="true"></zone>

<zone name="admin_dashboard_top"></zone>
<zone name="admin_dashboard" replace-content="true">
    <div class="dashboard-grid">
        <div class="report-incomplete-orders">
            @await Component.InvokeAsync("DashboardIncompleteOrders")
        </div>
        <div class="report-orders">
            @await Component.InvokeAsync("DashboardOrders")
        </div>
        <div class="report-bestsellers">
            @await Component.InvokeAsync("DashboardBestsellers")
        </div>
        <div class="report-top-customers">
            @await Component.InvokeAsync("DashboardTopCustomers")
        </div>
        <div class="report-customer-registrations">
            @await Component.InvokeAsync("DashboardRegisteredCustomers")
        </div>
        <div class="report-latest-orders">
            @await Component.InvokeAsync("DashboardLatestOrders")
        </div>
        <div class="report-store-statistics">
            <partial name="~/Areas/Admin/Views/Store/StoreDashboardReport.cshtml" />
        </div>
        <div class="news-feed">
            @await Component.InvokeAsync("NewsFeed")
        </div>

    </div>
</zone>
<zone name="admin_dashboard_bottom"></zone>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant