Configured Webpack and setup of cockpit to support building and running image builder as a cockpit plugin (On-premise)
15 lines
302 B
JSON
15 lines
302 B
JSON
{
|
|
"dashboard": {
|
|
"index": {
|
|
"label": "Image Builder",
|
|
"icon": "pficon-build",
|
|
"docs": [
|
|
{
|
|
"label": "Creating system images",
|
|
"url": "https://osbuild.org/"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"content-security-policy": "default-src 'self' 'unsafe-eval'"
|
|
}
|