mirror of
https://github.com/dkmstr/openuds.git
synced 2024-12-22 13:34:04 +03:00
Tuning a bit more actors
This commit is contained in:
parent
29aa6be5dc
commit
42e8213442
@ -51,7 +51,6 @@ class UDSConfigDialog(QtGui.QDialog):
|
||||
self.ui = Ui_UdsActorSetupDialog()
|
||||
self.ui.setupUi(self)
|
||||
if data is not None:
|
||||
logger.debug('Setting configuration parameters in form: {}'.format(data))
|
||||
self.ui.host.setText(data.get('host', ''))
|
||||
self.ui.masterKey.setText(data.get('masterKey', ''))
|
||||
self.ui.useSSl.setCurrentIndex(1 if data.get('ssl', False) is True else 0)
|
||||
|
Loading…
Reference in New Issue
Block a user