mirror of
https://github.com/vee1e/kubearmor-client.git
synced 2026-09-03 11:18:28 +00:00
22 lines
799 B
HTML
22 lines
799 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js">
|
|
</script>
|
|
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/js/bootstrap.min.js">
|
|
</script>
|
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/css/bootstrap.min.css">
|
|
<link rel="stylesheet" type="text/css" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css">
|
|
<link href="./.static/main.css" rel="stylesheet" />
|
|
<script type="text/javascript">
|
|
function showHideRow(row) {
|
|
$("#" + row).toggle();
|
|
}
|
|
</script>
|
|
<title>{{.ReportTitle}}</title>
|
|
<div span class="v38_6838">{{.ReportTitle}} ({{.DateTime}})</span> </div>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="v38_7029"></div>
|