Skip to content

Commit

Permalink
Update workable badges / icons
Browse files Browse the repository at this point in the history
Since the upstream changes have changed paramters (example, we use
'label' instead of 'name'), I've updated bootc for it to work.

Depends on: podman-desktop/podman-desktop#5557

Signed-off-by: Charlie Drage <[email protected]>
  • Loading branch information
cdrage authored and deboer-tim committed Jan 18, 2024
1 parent ec0042b commit f3776e5
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,21 @@
"icon": "${bootable-icon}"
}
],
"icons/imagesList": [
"icons/image": [
{
"when": "ostree.bootable in imageLabelKeys",
"icon": "${bootable-icon}"
}
],
"badges/imagesList": [
"badges/image": [
{
"when": "ostree.bootable in imageLabelKeys",
"badge": {
"name": "bootc",
"style": "bg-green-600"
"label": "bootc",
"color": {
"dark": "bg-sky-300",
"light": "bg-sky-300"
}
}
}
]
Expand Down

0 comments on commit f3776e5

Please sign in to comment.