Better spacing and garbage reduction for project analytics
This commit is contained in:
@@ -20,19 +20,20 @@ d-breadcrumbs as |breadcrumb|
|
||||
= state-badge state
|
||||
'
|
||||
span.between-brackets= count
|
||||
'
|
||||
|
||||
each project.sorted_workflow_groups as |workflow_group|
|
||||
.ui.segment
|
||||
.ui.header
|
||||
.content
|
||||
span= workflow_group.name
|
||||
span -
|
||||
span= workflow_group.id
|
||||
each-in (get (get model.analytics 'instance_groups') workflow_group.id) as |state count|
|
||||
= link-to 'project.show.project-instance-group' project (query-params state=state)
|
||||
= state-badge state
|
||||
'
|
||||
span.between-brackets= count
|
||||
'
|
||||
//TODO investigate if table.ui.compact.definition.table is a better GUI option
|
||||
.ui.segments
|
||||
each workflow_group.sorted_workflow_action_definitions as |workflow_action_definition|
|
||||
.ui.segment
|
||||
|
||||
Reference in New Issue
Block a user