📔
ui-o-matic documentation
  • UI-O-Matic Docs
  • Usage
  • Default Editor Views
  • Custom Editor Views
  • Listview
  • List Field Views
  • Listview Actions
  • Dashboard
  • PropertyEditors
  • Custom Sections
  • Content Apps
  • EventModel
  • Config Settings
  • Addons
  • Advanced
  • Know Issues
  • Further Reading
  • License
Powered by GitBook
On this page

Was this helpful?

Dashboard

PreviousListview ActionsNextPropertyEditors

Last updated 4 years 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