📔
ui-o-matic documentation
  • UI-O-Matic Docs
  • Usage
  • Default Field Editor Views
  • Custom Field Editor Views
  • Listview
  • List Field Views
  • List View Actions
  • Dashboard
  • Property Editors
  • Event Model
  • Config Settings
  • Addons
  • Advanced
  • KnowIssues
  • FurtherReading
  • Content Apps
  • SPA and Front.API
Powered by GitBook
On this page

Was this helpful?

Dashboard

PreviousList View ActionsNextProperty Editors

Last updated 18 days ago

Was this helpful?

UI-O-Matic ships with a default dashboard, you can display the icon and count of items for each of your models by setting the parameter ShowOnSummaryDashboard to true on the UIOMatic attribute

[UIOMatic("people","People","Person", 
	FolderIcon = "icon-users", 
	ItemIcon = "icon-user",
	ShowOnSummaryDashboard = true )]

Example

dashboard