mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-16 14:16:54 +00:00
20 lines
312 B
Plaintext
20 lines
312 B
Plaintext
<!doctype html>
|
|
<html>
|
|
|
|
<head>
|
|
<script>
|
|
window.polarisSummary = {{ .JSON }};
|
|
</script>
|
|
{{ template "head" . }}
|
|
</head>
|
|
|
|
<body>
|
|
{{ template "navbar" . }}
|
|
<div class="main-content">
|
|
{{ template "preamble" . }}
|
|
{{ template "dashboard" . }}
|
|
</div>
|
|
{{ template "footer" . }}
|
|
</body>
|
|
</html>
|