Configured Webpack and setup of cockpit to support building and running image builder as a cockpit plugin (On-premise)
15 lines
374 B
HTML
15 lines
374 B
HTML
<!doctype html>
|
|
<html lang="en-us" class="layout-pf pf-m-redhat-font">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Image-Builder</title>
|
|
|
|
<!-- js dependencies -->
|
|
<script type="text/javascript" src="../base1/cockpit.js"></script>
|
|
<link href="main.css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<div id="main"></div>
|
|
<script defer src="main.js"></script>
|
|
</body>
|
|
</html>
|