1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-21 20:39:36 +02:00

feat: add visibility in labels

This commit is contained in:
Teegrounet 2022-05-17 10:13:49 +02:00 committed by GitHub
parent 446b4095f6
commit d04781e407
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 0 deletions

View file

@ -43,6 +43,7 @@ const useKubernetes = async (apps) => {
name: annotations['flame.pawelmalak/name'],
url: annotations['flame.pawelmalak/url'],
icon: annotations['flame.pawelmalak/icon'] || 'kubernetes',
isPublic: !(annotations['flame.pawelmalak/visibility'] === 'hidden')
});
}
}