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

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

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

Loading…
Cancel
Save