+
-
-
-
-
-
-
-
-
-
- |
- Name |
- Matching |
- Document count |
- @for (column of extraColumns; track column) {
- {{column.name}} |
- }
- Actions |
-
-
-
- @if (isLoading) {
-
-
-
- Loading...
- |
-
- }
- @for (object of data; track object) {
-
-
-
-
-
-
- |
- |
- {{ getMatching(object) }} |
- {{ object.document_count }} |
- @for (column of extraColumns; track column) {
-
- @if (column.rendersHtml) {
-
- } @else {
- {{ column.valueFn.call(null, object) }}
- }
- |
- }
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- |
-
- }
-
-
+
+
+
+
+
+
+
+
+
+
+
-
- @if (!isLoading) {
-
- @if (collectionSize > 0) {
-
- {collectionSize, plural, =1 {One {{typeName}}} other {{{collectionSize || 0}} total {{typeNamePlural}}}}
- @if (selectedObjects.size > 0) {
- ({{selectedObjects.size}} selected)
- }
-
- }
- @if (collectionSize > 20) {
-
- }
+ |
+ Name |
+ Matching |
+ Document count |
+ @for (column of extraColumns; track column) {
+ {{column.name}} |
+ }
+ Actions |
+
+
+
+ @if (isLoading) {
+
+
+
+ Loading...
+ |
+
+ }
+ @for (object of data; track object) {
+
+
+
+
+
+ |
+ |
+ {{ getMatching(object) }} |
+ {{ object.document_count }} |
+ @for (column of extraColumns; track column) {
+
+ @if (column.rendersHtml) {
+
+ } @else {
+ {{ column.valueFn.call(null, object) }}
+ }
+ |
}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+
+ }
+
+
+
+
+@if (!isLoading) {
+
+ @if (collectionSize > 0) {
+
+ {collectionSize, plural, =1 {One {{typeName}}} other {{{collectionSize || 0}} total {{typeNamePlural}}}}
+ @if (selectedObjects.size > 0) {
+ ({{selectedObjects.size}} selected)
+ }
+
+ }
+ @if (collectionSize > 20) {
+
+ }
+
+}
diff --git a/src-ui/src/app/components/manage/workflows/workflows.component.html b/src-ui/src/app/components/manage/workflows/workflows.component.html
index 9bc68fb49..632cbfe16 100644
--- a/src-ui/src/app/components/manage/workflows/workflows.component.html
+++ b/src-ui/src/app/components/manage/workflows/workflows.component.html
@@ -5,7 +5,7 @@
i18n-info
infoLink="usage/#workflows"
>
-