diff --git a/ui/app/styles/case.css b/ui/app/styles/case.css index 517890f6b6..bc3f7e1133 100644 --- a/ui/app/styles/case.css +++ b/ui/app/styles/case.css @@ -64,4 +64,13 @@ span.link-id { .merge-dialog .search-field ul.dropdown-menu { width: 100%; left: 0 !important; -} \ No newline at end of file +} + +table.case-list .case-tags { + font-size: 12px !important; +} + +table.case-list .case-tags .label { + font-size: inherit !important; + font-weight: normal; +} diff --git a/ui/app/views/partials/case/case.list.html b/ui/app/views/partials/case/case.list.html index 78ce4a2b50..0f4f773cd0 100644 --- a/ui/app/views/partials/case/case.list.html +++ b/ui/app/views/partials/case/case.list.html @@ -44,16 +44,15 @@
+ | Assignee | Title | -Tags | -Tasks | -Observables | -Assignee | -Date | +Tasks | +Observables | +Date |
---|---|---|---|---|---|---|---|---|---|---|
+ |
+ |
- #{{currentCase.caseId}}
- -
- {{currentCase.title}}
-
+
+
+
(Closed at {{currentCase.endDate | showDate}} as {{$vm.CaseResolutionStatus[currentCase.resolutionStatus]}})
@@ -77,24 +86,16 @@
List of cases ({{$vm.list.total || 0}} of {{$vm.caseStats.count}}) |
- - - - - |
- |
{{currentCase.stats.artifacts.count}} | -
- |
{{currentCase.startDate | shortDate}} |