mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-06 21:46:17 +01:00
5 lines
184 B
Plaintext
5 lines
184 B
Plaintext
|
# frozen_string_literal: true
|
||
|
|
||
|
json.title notification.notification_type
|
||
|
json.description t('.invalidated', { MACHINES: notification.attached_object.machines.map(&:name).join(', ') })
|