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:
parent
446b4095f6
commit
d04781e407
3 changed files with 7 additions and 0 deletions
|
@ -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')
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue