This commit is contained in:
Jonas Forsberg 2021-11-06 10:11:32 +01:00
parent c99563ec7e
commit ac84a83fba
No known key found for this signature in database
GPG Key ID: F2E9818C70350CC9
2 changed files with 8 additions and 6 deletions

View File

@ -499,7 +499,7 @@
</packing>
</child>
<child>
<object class="GtkImage" id="img_service_hostapd1">
<object class="GtkImage" id="img_service_rancher">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="stock">gtk-no</property>
@ -510,7 +510,7 @@
</packing>
</child>
<child>
<object class="GtkImage" id="img_service_firewalld1">
<object class="GtkImage" id="img_service_registry-container">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="stock">gtk-no</property>
@ -534,10 +534,10 @@
</packing>
</child>
<child>
<object class="GtkLabel" id="lbl_service_hostapd1">
<object class="GtkLabel" id="lbl_service_rancher">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">xxx</property>
<property name="label" translatable="yes">Rancher</property>
<property name="width_chars">10</property>
<property name="xalign">0</property>
</object>
@ -547,10 +547,10 @@
</packing>
</child>
<child>
<object class="GtkLabel" id="lbl_service_firewalld1">
<object class="GtkLabel" id="lbl_service_registry">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">xxx</property>
<property name="label" translatable="yes">registry</property>
<property name="width_chars">10</property>
<property name="xalign">0</property>
</object>

View File

@ -86,6 +86,8 @@ class Main:
"firewalld",
"nfsserver",
"sshd",
"rancher",
"registry-container",
"mariadb"
]