feat: add DashboardConfigurePage to the frontend
- Introduced the `DashboardConfigurePage` component to enhance dashboard configuration options. - Updated the main application file to include the new page, improving navigation and user experience. - Ensured consistency with recent enhancements in report management and widget configurations.
This commit is contained in:
parent
ed2b457da3
commit
387ee6840f
|
|
@ -25,6 +25,7 @@ import Analysis from './pages/Analysis'
|
||||||
import SettingsPage from './pages/SettingsPage'
|
import SettingsPage from './pages/SettingsPage'
|
||||||
import SettingsShell from './layouts/SettingsShell'
|
import SettingsShell from './layouts/SettingsShell'
|
||||||
import ProfileReferenceValuesPage from './pages/ProfileReferenceValuesPage'
|
import ProfileReferenceValuesPage from './pages/ProfileReferenceValuesPage'
|
||||||
|
import DashboardConfigurePage from './pages/DashboardConfigurePage'
|
||||||
import ReportConfigurePage from './pages/ReportConfigurePage'
|
import ReportConfigurePage from './pages/ReportConfigurePage'
|
||||||
import GuidePage from './pages/GuidePage'
|
import GuidePage from './pages/GuidePage'
|
||||||
import AdminTierLimitsPage from './pages/AdminTierLimitsPage'
|
import AdminTierLimitsPage from './pages/AdminTierLimitsPage'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user