예제 #1
0
 def editHost(self):
     hostDialog = HostConfigDialog(self.hosts)
     resp = hostDialog.edit(self.getCurrentHostListItemName())
     self._processHostSubmit(resp)
예제 #2
0
 def editHost(self):
     hostDialog = HostConfigDialog(self.hosts)
     resp = hostDialog.edit(self.getCurrentHostListItemName())
     self._processHostSubmit(resp)
예제 #3
0
 def editHost(self):
     hostDialog = HostConfigDialog(self.hosts)
     resp = hostDialog.edit(self.getCurrentHostListItemName())
     if resp["code"]:
         self.setHostList()