Better spacing and garbage reduction for project analytics

This commit is contained in:
2018-09-24 12:22:36 -05:00
parent 6ee8e5e5bf
commit 3cfa109bfd
+3 -2
View File
@@ -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