mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-28 19:59:46 -05:00
fix incorrect resource type
This commit is contained in:
@@ -509,7 +509,7 @@ impl StateResource for Procedure {
|
||||
.timestamp_millis(),
|
||||
id: procedure.id,
|
||||
tags: procedure.tags,
|
||||
resource_type: ResourceTargetVariant::Alerter,
|
||||
resource_type: ResourceTargetVariant::Procedure,
|
||||
info: ProcedureListItemInfo {
|
||||
procedure_type: (&procedure.config).into(),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user