Class: LesliSupport::Dashboard

Inherits:
Lesli::Shared::Dashboard
  • Object
show all
Defined in:
app/models/lesli_support/dashboard.rb

Constant Summary collapse

COMPONENTS =
[
    :tickets_created, 
    :tickets_by_category, 
    :tickets_open, 
    {:latest_tickets => { size: 8, position: 1 }},
]