2020-04-29 12:59:31 +03:00
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
2020-09-30 13:10:04 +03:00
<title> {{ NodeName }} - Proxmox Backup Server</title>
2020-04-29 12:59:31 +03:00
<link rel="icon" sizes="128x128" href="/images/logo-128.png" />
<link rel="apple-touch-icon" sizes="128x128" href="/pve2/images/logo-128.png" />
<link rel="stylesheet" type="text/css" href="/extjs/theme-crisp/resources/theme-crisp-all.css" />
<link rel="stylesheet" type="text/css" href="/extjs/crisp/resources/charts-all.css" />
<link rel="stylesheet" type="text/css" href="/fontawesome/css/font-awesome.css" />
2020-05-25 16:40:14 +03:00
<link rel="stylesheet" type="text/css" href="/widgettoolkit/css/ext6-pmx.css" />
2020-04-29 12:59:31 +03:00
<link rel="stylesheet" type="text/css" href="/css/ext6-pbs.css" />
2020-09-07 15:33:05 +03:00
{{ # if language }}
<script type='text/javascript' src='/locale/pbs-lang- {{ language }} .js'></script>
{{ else }}
2020-04-29 12:59:31 +03:00
<script type='text/javascript'> function gettext(buf) { return buf; } </script>
2020-09-07 15:33:05 +03:00
{{ / if }}
2020-04-29 12:59:31 +03:00
{{ # if debug }}
<script type="text/javascript" src="/extjs/ext-all-debug.js"></script>
<script type="text/javascript" src="/extjs/charts-debug.js"></script>
{{ else }}
<script type="text/javascript" src="/extjs/ext-all.js"></script>
<script type="text/javascript" src="/extjs/charts.js"></script>
{{ / if }}
<script type="text/javascript">
Proxmox = {
Setup: { auth_cookie_name: 'PBSAuthCookie' },
NodeName: " {{ NodeName }} ",
UserName: " {{ UserName }} ",
CSRFPreventionToken: " {{ CSRFPreventionToken }} ",
};
</script>
<script type="text/javascript" src="/widgettoolkit/proxmoxlib.js"></script>
<script type="text/javascript" src="/extjs/locale/locale-en.js"></script>
<script type="text/javascript">
Ext.History.fieldid = 'x-history-field';
</script>
<script type="text/javascript" src="/js/proxmox-backup-gui.js"></script>
</head>
<body>
<!-- Fields required for history management -->
<form id="history-form" class="x-hidden">
<input type="hidden" id="x-history-field"/>
</form>
</body>
</html>