Skip to content

Commit

Permalink
add badges for bootable images
Browse files Browse the repository at this point in the history
based upon projectatomic/podman-desktop#41

shows which images are bootable & shows an icon

Signed-off-by: Charlie Drage <[email protected]>
  • Loading branch information
cdrage committed Jan 8, 2024
1 parent 8b1d927 commit 6792da7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
Binary file added bootstrap-icons.woff2
Binary file not shown.
19 changes: 18 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,24 @@
"command": "bootc.image.build",
"title": "Build bootable disk image"
}
]
],
"icons": {
"bootable-icon": {
"description": "bootc icon",
"default": {
"fontPath": "bootstrap-icons.woff2",
"fontCharacter": "\\F6F1"
}
}
},
"views": {
"badges/imagesList": [
{
"when": "ostree.bootable in imageLabelKeys",
"icon": "${bootable-icon}"
}
]
}
},
"scripts": {
"build": "vite build",
Expand Down

0 comments on commit 6792da7

Please sign in to comment.