Current File : //usr/share/cockpit/shell/index.html |
<!DOCTYPE html>
<html id="shell-page" class="index-page pf-v5-theme-dark">
<head>
<title>Cockpit</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="shell.css" rel="stylesheet" />
<link href="../../static/branding.css" rel="stylesheet" />
<script src="../base1/cockpit.js"></script>
<script src="../manifests.js"></script>
<!-- HACK: C bridge loads translations via glob and Python via manifest.js -->
<script src="../*/po.manifest.js"></script>
<script src="../*/po.js"></script>
<script src="po.js"></script>
</head>
<body class="pf-v5-m-tabular-nums" hidden="true">
<div id="main" class="page">
<a class="screenreader-text skiplink desktop_v" href="#content" translate="yes">Skip to content</a>
<a class="screenreader-text skiplink desktop_v" href="#hosts-sel" translate="yes">Skip main navigation</a>
<div id="sidebar-toggle" class="pf-v5-c-select pf-m-dark sidebar-toggle">
</div>
<div id="nav-system" class="area-ct-subnav nav-system-menu sidebar interact">
<nav id="host-apps" class="host-apps">
<!-- Navigation goes here !-->
</nav>
</div>
<nav id="hosts-sel" class="navbar navbar-default navbar-pf navbar-pf-vertical" tabindex="-1">
<!-- Hosts selector goes here !-->
</nav>
<div id="nav-hosts" class="area-ct-subnav nav-hosts-menu sidebar">
<!-- Hosts go here !-->
</div>
<div id="topnav" class="header">
<!-- Top navigation goes here !-->
</div>
<div id="troubleshoot-dialog"></div>
<div id="session-timeout-dialog"></div>
<div id="content" role="main" class="area-ct-content" tabindex="-1">
<!-- This is where the iframes appear -->
<div id="early-failure-ready" class="curtains-ct" hidden="true"></div>
</div>
</div>
<div id="early-failure" class="early-failure" hidden="true">
</div>
<script src="shell.js"></script>
</body>
</html>