| Server IP : 77.50.203.18 / Your IP : 192.168.0.10 Web Server : Apache/2.4.62 (CentOS Stream) OpenSSL/3.5.7 mpm-itk/2.4.7-04 PHP/8.4.23 System : Linux web2 5.14.0-722.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jul 6 09:07:51 UTC 2026 x86_64 User : warsnews.ru ( 1001) PHP Version : 8.4.23 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /proc/thread-self/root/lib/python3.9/site-packages/cockpit/data/ |
Upload File : |
<!DOCTYPE html>
<html>
<head>
<title>@@message@@</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
:root {
--pf-t--global--background--color--secondary--default: #f2f2f2;
--pf-v6-c-page__main-container--BackgroundColor: #ffffff;
--pf-v6-c-empty-state__icon--Color: #707070;
--pf-t--global--text--color--regular: #151515;
}
:root:where(.pf-v6-theme-dark) {
--pf-t--global--background--color--secondary--default: #151515;
--pf-v6-c-page__main-container--BackgroundColor: #292929;
--pf-v6-c-empty-state__icon--Color: #a3a3a3;
--pf-t--global--text--color--regular: #ffffff;
}
html {
height: 100%;
display: block;
}
body {
margin: 0;
font-family: "Red Hat Display", "RedHatDisplay", "Noto Sans Arabic", "Noto Sans Hebrew", "Noto Sans JP", "Noto Sans KR", "Noto Sans Malayalam", "Noto Sans SC", "Noto Sans TC", "Noto Sans Thai", Helvetica, Arial, sans-serif;
line-height: 1.3;
color: var(--pf-t--global--text--color--regular);
background: var(--pf-t--global--background--color--secondary--default);
}
img {
border: 0;
vertical-align: middle;
}
h1 {
font-size: 1.25rem;
font-weight: 500;
}
@font-face {
font-family: "Red Hat Display";
font-style: normal;
font-weight: 400 700;
src: url("fonts/RedHatDisplay/RedHatDisplayVF.woff2") format("woff2-variations");
font-display: fallback;
}
.blank-slate-pf {
text-align: center;
padding: 90px 120px;
}
.pf-v6-svg {
width: 1em;
height: 1em;
vertical-align: -0.125em;
font-size: 3.5rem;
color: var(--pf-v6-c-empty-state__icon--Color);
margin-block-end: 1.5rem;
}
.pf-v6-c-page__main-container {
border-radius: 16px;
background: var(--pf-v6-c-page__main-container--BackgroundColor);
margin-inline: 1.5rem;
block-size: 100%;
}
</style>
<script>
/*
* Copyright (C) 2022 Red Hat, Inc.
* SPDX-License-Identifier: LGPL-2.1-or-later
*/
function debug(...args) {
if (window.debugging == "all" || window.debugging?.includes("style")) {
console.debug([`cockpit-dark-theme: ${document.documentElement.id}:`, ...args].join(" "));
}
}
function changeDarkThemeClass(documentElement, dark_mode) {
debug(`Setting cockpit theme to ${dark_mode ? "dark" : "light"}`);
if (dark_mode) {
documentElement.classList.add('pf-v6-theme-dark');
} else {
documentElement.classList.remove('pf-v6-theme-dark');
}
}
function _setDarkMode(_style) {
const style = _style || localStorage.getItem('shell:style') || 'auto';
let dark_mode;
// If a user set's an explicit theme, ignore system changes.
if ((window.matchMedia?.('(prefers-color-scheme: dark)').matches && style === "auto") || style === "dark") {
dark_mode = true;
} else {
dark_mode = false;
}
changeDarkThemeClass(document.documentElement, dark_mode);
}
window.addEventListener("storage", event => {
if (event.key === "shell:style") {
debug(`Storage element 'shell:style' changed from ${event.oldValue} to ${event.newValue}`);
_setDarkMode();
}
});
// When changing the theme from the shell switcher the localstorage change will not fire for the same page (aka shell)
// so we need to listen for the event on the window object.
window.addEventListener("cockpit-style", event => {
if (event instanceof CustomEvent) {
const style = event.detail.style;
debug(`Event received from shell with 'cockpit-style' ${style}`);
_setDarkMode(style);
}
});
window.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', () => {
debug(`Operating system theme preference changed to ${window.matchMedia?.('(prefers-color-scheme: dark)').matches ? "dark" : "light"}`);
_setDarkMode();
});
_setDarkMode();
</script>
</head>
<body>
<div class="pf-v6-c-page__main-container">
<div class="blank-slate-pf">
<svg class="pf-v6-svg" viewBox="0 0 512 512" fill="currentColor" aria-hidden="true" role="img" width="1em" height="1em"><path d="M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zm-248 50c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z"></path></svg>
<h1>@@message@@</h1>
</div>
</div>
</body>
</html>