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