diff --git a/src/portal/src/app/base/project/repository/artifact/artifact-list-page/artifact-list/artifact-list-tab/artifact-list-tab.component.html b/src/portal/src/app/base/project/repository/artifact/artifact-list-page/artifact-list/artifact-list-tab/artifact-list-tab.component.html index 33117a053..6258f7a7d 100644 --- a/src/portal/src/app/base/project/repository/artifact/artifact-list-page/artifact-list/artifact-list-tab/artifact-list-tab.component.html +++ b/src/portal/src/app/base/project/repository/artifact/artifact-list-page/artifact-list/artifact-list-tab/artifact-list-tab.component.html @@ -80,12 +80,13 @@ -
+
{{ 'LABEL.NO_LABELS' | translate }}
-
- -
+ +
+ +
+
+ +
+ +
+
diff --git a/src/portal/src/app/shared/components/label-selector/label-selector.component.ts b/src/portal/src/app/shared/components/label-selector/label-selector.component.ts index 54264afb9..6a9120799 100644 --- a/src/portal/src/app/shared/components/label-selector/label-selector.component.ts +++ b/src/portal/src/app/shared/components/label-selector/label-selector.component.ts @@ -31,6 +31,8 @@ const PAGE_SIZE: number = 50; styleUrls: ['./label-selector.component.scss'], }) export class LabelSelectorComponent implements OnInit, OnChanges, OnDestroy { + @Input() + usedInDropdown: boolean = false; @Input() ownedLabels: Label[] = []; @Input()