();
@@ -114,6 +115,13 @@ export class CreateEditLabelComponent implements OnInit, OnDestroy {
this.copeLabelModel = clone(label[0]);
}
+ openColorPanel(): void {
+ this.panelHidden = false;
+ }
+ closeColorPanel(): void {
+ this.panelHidden = true;
+ }
+
public get hasChanged(): boolean {
return !compareValue(this.copeLabelModel, this.labelModel);
}
diff --git a/src/ui_ng/lib/src/tag/tag.component.html.ts b/src/ui_ng/lib/src/tag/tag.component.html.ts
index 39f5b861f..dea5b3223 100644
--- a/src/ui_ng/lib/src/tag/tag.component.html.ts
+++ b/src/ui_ng/lib/src/tag/tag.component.html.ts
@@ -51,7 +51,7 @@ export const TAG_TEMPLATE = `
{{'LABEL.NO_LABELS' | translate }}
-