diff options
author | Ivan Alejandro <ivanalejandro0@yahoo.com.ar> | 2013-06-19 11:04:03 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@yahoo.com.ar> | 2013-06-19 11:04:03 -0300 |
commit | 8c9e05eb498f24f9e580d6dd13cb6834612f9530 (patch) | |
tree | 061e5bec2f9ab505e487406d41f960680c593611 /src/leap/gui/wizard.py | |
parent | 332f4fe1338b72eaa7bc2a2878ce30129004319e (diff) |
Temporary removal of enrollment policy in UI.
Only hide the components.
Closes issue #2922.
Diffstat (limited to 'src/leap/gui/wizard.py')
-rw-r--r-- | src/leap/gui/wizard.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/leap/gui/wizard.py b/src/leap/gui/wizard.py index d03427db..897bf94f 100644 --- a/src/leap/gui/wizard.py +++ b/src/leap/gui/wizard.py @@ -154,6 +154,11 @@ class Wizard(QtGui.QWizard): self.page(self.FINISH_PAGE).setButtonText( QtGui.QWizard.FinishButton, self.tr("Connect")) + # XXX: Temporary removal for enrollment policy + # https://leap.se/code/issues/2922 + self.ui.label_12.setVisible(False) + self.ui.lblProviderPolicy.setVisible(False) + def get_domain(self): return self._domain |