-
+
-
+
+
- {{tag.extraData.usage.case}}
- {{tag.extraData.usage.alert}}
- {{tag.extraData.usage.observable}}
- {{tag.extraData.usage.caseTemplate}}
+ {{tag.extraData.usage.case | limitedCount}}
+ {{tag.extraData.usage.alert | limitedCount}}
+ {{tag.extraData.usage.observable | limitedCount}}
+ {{tag.extraData.usage.caseTemplate | limitedCount}}
-
diff --git a/frontend/app/views/directives/psearch.html b/frontend/app/views/directives/psearch.html
index 03c0512f66..72fe794a29 100644
--- a/frontend/app/views/directives/psearch.html
+++ b/frontend/app/views/directives/psearch.html
@@ -1,3 +1,13 @@
-
-
-
+
diff --git a/frontend/app/views/directives/updatable-user.html b/frontend/app/views/directives/updatable-user.html
index a64a013626..fd9d33a7c6 100644
--- a/frontend/app/views/directives/updatable-user.html
+++ b/frontend/app/views/directives/updatable-user.html
@@ -1,6 +1,7 @@
- Data index status Reload
+ Data index status Reload
Loading index status...
-
+
-
+
-
- {{data.status | uppercase}}
-
- {{indexName}}
+ {{item.name}}
- {{data.mixedCount}}
+ {{item.count}}
-
+
@@ -102,7 +99,7 @@
Trigger
+ class="fa fa-cog mr-xxxs"> Trigger
diff --git a/frontend/app/views/partials/admin/taxonomy/import.html b/frontend/app/views/partials/admin/taxonomy/import.html
index 634dce0d94..a163857568 100644
--- a/frontend/app/views/partials/admin/taxonomy/import.html
+++ b/frontend/app/views/partials/admin/taxonomy/import.html
@@ -6,7 +6,9 @@ Import taxonomies archive
Download the official MISP taxonomies archive
-
You can download the latest archive of the official MISP Taxonomies from here
+
You can download the latest archive of the official MISP Taxonomies from
+ here
diff --git a/frontend/app/views/partials/alert/list.html b/frontend/app/views/partials/alert/list.html
index 7282826230..553dc6c736 100644
--- a/frontend/app/views/partials/alert/list.html
+++ b/frontend/app/views/partials/alert/list.html
@@ -2,54 +2,65 @@
-
+
-
+
-
+
+
-
+
-
+
-
- Reference
-
-
-
-
+
+ Reference
+
+
+
+
-
- Type
-
-
-
-
+
+ Type
+
+
+
+
Imported
@@ -58,47 +69,65 @@ List of alerts ({{$vm.list.total || 0}} of {{$vm.alertList
Read
- Title
+ Title
-
- Source
-
-
-
-
+
+ Source
+
+
+
+
-
- Severity
-
-
-
-
+
+ Severity
+
+
+
+
- Observables
+ Observables
Dates
-
+
O.
-
-
-
+
+
+
-
+
C.
-
-
-
+
+
+
-
+
U.
-
-
-
+
+
+
@@ -115,7 +144,8 @@ List of alerts ({{$vm.list.total || 0}} of {{$vm.alertList
{{::event.sourceRef}}
-
+
@@ -123,68 +153,98 @@ List of alerts ({{$vm.list.total || 0}} of {{$vm.alertList
- {{::event.type}}
+ {{::event.type}}
- {{event.caseId ? 'Imported' : 'New'}}
+ {{event.caseId
+ ?
+ 'Imported' : 'New'}}
- {{event.read ? 'Read' : 'Unread'}}
+ {{event.read ?
+ 'Read' :
+ 'Unread'}}
- {{event.source}}
+ {{event.source}}
+
-
{{::event.observableCount || 0}}
-
@@ -195,7 +255,8 @@ List of alerts ({{$vm.list.total || 0}} of {{$vm.alertList
- None
+ None
@@ -205,7 +266,9 @@ List of alerts ({{$vm.list.total || 0}} of {{$vm.alertList
-
+
+
diff --git a/frontend/app/views/partials/case/case.list.html b/frontend/app/views/partials/case/case.list.html
index 04dc3a3e6e..2c67c8ed7f 100644
--- a/frontend/app/views/partials/case/case.list.html
+++ b/frontend/app/views/partials/case/case.list.html
@@ -2,7 +2,9 @@