Переименования методов

master3.3 3.2.0_alpha2
Mike khiretskiy 10 years ago
parent 485ba26b14
commit 233a176c97

@ -38,7 +38,7 @@ class Wsdl(WsdlBase):
# категория метода # категория метода
'category':__("Installation"), 'category':__("Installation"),
# заголовок метода # заголовок метода
'title':__("System install"), 'title':__("System Install"),
# иконка для графической консоли # иконка для графической консоли
'image':'calculate-install,system-installer,applications-other,'\ 'image':'calculate-install,system-installer,applications-other,'\
'drive-harddisk', 'drive-harddisk',
@ -108,7 +108,7 @@ class Wsdl(WsdlBase):
{ {
'method_name':"install_flash", 'method_name':"install_flash",
'category':__("Installation"), 'category':__("Installation"),
'title':__("Flash install"), 'title':__("Flash Install"),
'image':'drive-removable-media-usb-pendrive,'\ 'image':'drive-removable-media-usb-pendrive,'\
'drive-removable-media-usb,media-flash', 'drive-removable-media-usb,media-flash',
'gui':True, 'gui':True,
@ -130,7 +130,7 @@ class Wsdl(WsdlBase):
{ {
'method_name':"install_pxe", 'method_name':"install_pxe",
'category':__("Installation"), 'category':__("Installation"),
'title':__("PXE install"), 'title':__("PXE Install"),
'image':'network-server,preferences-desktop-remote-desktop', 'image':'network-server,preferences-desktop-remote-desktop',
'command':'cl-install-pxe', 'command':'cl-install-pxe',
'gui':True, 'gui':True,

Loading…
Cancel
Save