Sha256: ef920cafdf2c3658bd64e4fc494d7cd2ed2eedbbeb3d9cde1b63a0197c6133ff

Contents?: true

Size: 435 Bytes

Versions: 12

Compression:

Stored size: 435 Bytes

Contents

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

json.data_sources dashboard.organizations.compact.map do |org|
  json.id org.id
  json.uid org.uid
  json.label org.name
end
json.widgets dashboard.sorted_widgets, partial: 'mno_enterprise/jpi/v1/impac/widgets/widget', as: :widget
json.widgets_templates dashboard.filtered_widgets_templates
json.kpis dashboard.kpis, partial: 'mno_enterprise/jpi/v1/impac/kpis/kpi', as: :kpi

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
mno-enterprise-api-3.1.4 app/views/mno_enterprise/jpi/v1/impac/dashboards/_dashboard.json.jbuilder
mno-enterprise-api-3.0.7 app/views/mno_enterprise/jpi/v1/impac/dashboards/_dashboard.json.jbuilder
mno-enterprise-api-3.1.3 app/views/mno_enterprise/jpi/v1/impac/dashboards/_dashboard.json.jbuilder
mno-enterprise-api-3.0.6 app/views/mno_enterprise/jpi/v1/impac/dashboards/_dashboard.json.jbuilder
mno-enterprise-api-3.1.2 app/views/mno_enterprise/jpi/v1/impac/dashboards/_dashboard.json.jbuilder
mno-enterprise-api-3.0.5 app/views/mno_enterprise/jpi/v1/impac/dashboards/_dashboard.json.jbuilder
mno-enterprise-api-3.1.1 app/views/mno_enterprise/jpi/v1/impac/dashboards/_dashboard.json.jbuilder
mno-enterprise-api-3.0.4 app/views/mno_enterprise/jpi/v1/impac/dashboards/_dashboard.json.jbuilder
mno-enterprise-api-3.1.0 app/views/mno_enterprise/jpi/v1/impac/dashboards/_dashboard.json.jbuilder
mno-enterprise-api-3.0.3 app/views/mno_enterprise/jpi/v1/impac/dashboards/_dashboard.json.jbuilder
mno-enterprise-api-3.0.2 app/views/mno_enterprise/jpi/v1/impac/dashboards/_dashboard.json.jbuilder
mno-enterprise-api-3.0.1 app/views/mno_enterprise/jpi/v1/impac/dashboards/_dashboard.json.jbuilder