| 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 : /usr/libexec/ |
Upload File : |
<?xml version="1.0" encoding="UTF-8"?>
<!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
<interface>
<requires lib="gtk" version="4.0"/>
<template class="CockpitClientWindow" parent="GtkApplicationWindow">
<property name="width-request">800</property>
<property name="height-request">600</property>
<property name="default-width">1280</property>
<property name="default-height">800</property>
<child>
<object class="GtkBox" id="webview_container">
</object>
</child>
<child type="titlebar">
<object class="GtkHeaderBar">
<property name="title-widget">
<object class="GtkLabel" id="title">
<property name="label" translatable="yes">Cockpit Client</property>
<style>
<class name="title"/>
</style>
</object>
</property>
<child type="start">
<object class="GtkBox">
<property name="spacing">0</property>
<property name="homogeneous">True</property>
<style>
<class name="linked"/>
</style>
<child>
<object class="GtkButton">
<property name="action-name">win.go-back</property>
<property name="icon-name">go-previous-symbolic</property>
</object>
</child>
<child>
<object class="GtkButton">
<property name="action-name">win.go-forward</property>
<property name="icon-name">go-next-symbolic</property>
</object>
</child>
</object>
</child>
<child type="start">
<object class="GtkButton">
<property name="action-name">win.reload</property>
<property name="icon-name">view-refresh-symbolic</property>
</object>
</child>
</object>
</child>
</template>
</interface>