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