Sha256: 99f63f378aa6e28033c515e324fdbb8168ea598208d9a85c3b05a22fcda5876b

Contents?: true

Size: 493 Bytes

Versions: 7

Compression:

Stored size: 493 Bytes

Contents

json.extract! dashboard, :id, :name, :full_name, :currency

json.metadata dashboard.settings

json.data_sources dashboard.organizations(current_user.organizations).compact.map do |org|
  json.id org.id
  json.uid org.uid
  json.label org.name
end

json.kpis dashboard.kpis, partial: 'mno_enterprise/jpi/v1/impac/kpis/kpi', as: :kpi

json.widgets dashboard.widgets, partial: 'mno_enterprise/jpi/v1/impac/widgets/widget', as: :widget

json.widgets_templates dashboard.filtered_widgets_templates

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
mno-enterprise-api-3.4.0 app/views/mno_enterprise/jpi/v1/impac/dashboards/_dashboard.json.jbuilder
mno-enterprise-api-3.3.3 app/views/mno_enterprise/jpi/v1/impac/dashboards/_dashboard.json.jbuilder
mno-enterprise-api-3.3.2 app/views/mno_enterprise/jpi/v1/impac/dashboards/_dashboard.json.jbuilder
mno-enterprise-api-3.2.1 app/views/mno_enterprise/jpi/v1/impac/dashboards/_dashboard.json.jbuilder
mno-enterprise-api-3.3.1 app/views/mno_enterprise/jpi/v1/impac/dashboards/_dashboard.json.jbuilder
mno-enterprise-api-3.3.0 app/views/mno_enterprise/jpi/v1/impac/dashboards/_dashboard.json.jbuilder
mno-enterprise-api-3.2.0 app/views/mno_enterprise/jpi/v1/impac/dashboards/_dashboard.json.jbuilder