Sha256: 35b6e32345d389bad48e65d938e40c886b3c37b0e5f61f58e2563f2f4cc0f8ba

Contents?: true

Size: 395 Bytes

Versions: 11

Compression:

Stored size: 395 Bytes

Contents

json.extract! dashboard, :id, :name, :full_name, :widgets_templates, :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.kpis dashboard.kpis, partial: 'mno_enterprise/jpi/v1/impac/kpis/kpi', as: :kpi

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
mno-enterprise-api-2.0.9 app/views/mno_enterprise/jpi/v1/impac/dashboards/_dashboard.json.jbuilder
mno-enterprise-api-2.0.8 app/views/mno_enterprise/jpi/v1/impac/dashboards/_dashboard.json.jbuilder
mno-enterprise-api-2.0.7 app/views/mno_enterprise/jpi/v1/impac/dashboards/_dashboard.json.jbuilder
mno-enterprise-api-2.0.6 app/views/mno_enterprise/jpi/v1/impac/dashboards/_dashboard.json.jbuilder
mno-enterprise-api-2.0.5 app/views/mno_enterprise/jpi/v1/impac/dashboards/_dashboard.json.jbuilder
mno-enterprise-api-2.0.4 app/views/mno_enterprise/jpi/v1/impac/dashboards/_dashboard.json.jbuilder
mno-enterprise-api-2.0.3 app/views/mno_enterprise/jpi/v1/impac/dashboards/_dashboard.json.jbuilder
mno-enterprise-api-2.0.2 app/views/mno_enterprise/jpi/v1/impac/dashboards/_dashboard.json.jbuilder
mno-enterprise-api-2.0.1 app/views/mno_enterprise/jpi/v1/impac/dashboards/_dashboard.json.jbuilder
mno-enterprise-api-3.0.0 app/views/mno_enterprise/jpi/v1/impac/dashboards/_dashboard.json.jbuilder
mno-enterprise-api-2.0.0 app/views/mno_enterprise/jpi/v1/impac/dashboards/_dashboard.json.jbuilder