Skip to content

Commit

Permalink
Merge pull request #2 from cdrage/show-bootable-images
Browse files Browse the repository at this point in the history
add badges for bootable images
  • Loading branch information
cdrage authored Jan 9, 2024
2 parents 8b1d927 + 6792da7 commit db84ffd
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 db84ffd

Please sign in to comment.