mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-12 23:09:03 +01:00
5 lines
184 B
Ruby
5 lines
184 B
Ruby
# frozen_string_literal: true
|
|
|
|
json.title notification.notification_type
|
|
json.description t('.invalidated', { MACHINES: notification.attached_object.machines.map(&:name).join(', ') })
|