Sha256: cc5bd41017c3b264be3eac9b7442ecf30f248fc0609f723f8e8bdc0ebe2c7a96
Contents?: true
Size: 545 Bytes
Versions: 3
Compression:
Stored size: 545 Bytes
Contents
json.extract! template, :id, :name, :full_name, :currency json.metadata template.settings json.data_sources template.organizations(current_user.organizations).compact.map do |org| json.id org.id json.uid org.uid json.label org.name end json.kpis template.kpis, partial: 'mno_enterprise/jpi/v1/admin/impac/kpis/kpi', as: :kpi json.widgets template.widgets, partial: 'mno_enterprise/jpi/v1/admin/impac/widgets/widget', as: :widget json.created_at template.created_at json.updated_at template.updated_at json.published template.published
Version data entries
3 entries across 3 versions & 1 rubygems