diff --git a/src/app/file-browser/components/edit-tags/edit-tags.component.html b/src/app/file-browser/components/edit-tags/edit-tags.component.html index ad1ee3272..b8606dc12 100644 --- a/src/app/file-browser/components/edit-tags/edit-tags.component.html +++ b/src/app/file-browser/components/edit-tags/edit-tags.component.html @@ -1,146 +1,67 @@ - - -
- + +
+
- {{ - this.tagType === 'keyword' - ? "Tag cannot contain ':'" - : 'Format must be key:value' - }} + {{this.tagType === 'keyword' ? "Tag cannot contain ':'" : "Format must be key:value"}}
- +
-
-
+
+
- {{ tag.name }} + {{tag.name}}

- Manage {{ this.tagType === 'keyword' ? 'tags' : 'custom metadata' }} - in archive settings. + Manage {{this.tagType === 'keyword' ? "tags" : 'custom metadata'}} in archive settings.

-
{{ item.displayName }}
+
{{item.displayName}}
- +
- +
- {{ - this.tagType === 'keyword' - ? "Tag cannot contain ':'" - : 'Format must be key:value' - }} + {{this.tagType === 'keyword' ? "Tag cannot contain ':'" : "Format must be key:value"}}
- +
-
+
- {{ tag.name }} + {{tag.name}}
-
- No existing tags found -
+
No existing tags found

- Manage - {{ this.tagType === 'keyword' ? 'tags' : 'custom metadata' }} - in archive settings. + Manage {{this.tagType === 'keyword' ? "tags" : 'custom metadata'}} in archive settings.

-
+
+