Skip to content

Commit f6af56d

Browse files
committed
chore: cleanup
1 parent 20a429b commit f6af56d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

projects/lib/models/models/resource.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { Condition, ObjectMeta } from 'kubernetes-types/meta/v1';
22

3-
43
export interface LabelDisplay {
54
backgroundColor?: string;
65
color?: string;

projects/wc/src/app/components/generic-ui/value-cell/secret-value/secret-value.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ import { Component, computed, input } from '@angular/core';
99
})
1010
export class SecretValueComponent {
1111
value = input.required<string>();
12-
1312
maskedValue = computed(() => '*'.repeat(this.value().length || 8));
1413
}

0 commit comments

Comments
 (0)