- {{#if row.ref}}
- |
- {{stack-row model=row.ref}}
- |
-
- {{upgrade-btn classNames="btn-sm" model=row.ref}}
- |
-
-
- {{progress-bar-multi
- labelKey="state"
- valueKey="count"
- values=row.ref.serviceStates.byColor
- tooltipValues=row.ref.serviceStates.byName
- }}
-
- |
-
- {{action-menu model=row.ref}}
- |
{{else}}
-
- {{stack-row}}
- |
+ {{service-row
+ model=row
+ toggle=(action "toggleExpand" row.id)
+ expanded=(array-includes expandedInstances row.id)
+ searchText=searchText
+ subMatches=sortable.subMatches
+ fullColspan=sortable.fullColspan
+ dt=dt
+ }}
{{/if}}
-
- {{else if (eq kind "nomatch")}}
-