diff options
author | Adam Young <ayoung@redhat.com> | 2010-07-26 11:57:29 -0400 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2010-07-29 10:44:56 -0400 |
commit | 26b0e8fc9809a4cd9f2f9a2281f0894e2e0f8db2 (patch) | |
tree | f2e3084e28fb490477b9336bd3a0cfd7dffea3b2 /ipalib | |
parent | fd1ff372dce5122f8bc3f7be7b144a92ec1f1bae (diff) | |
download | freeipa-26b0e8fc9809a4cd9f2f9a2281f0894e2e0f8db2.tar.gz freeipa-26b0e8fc9809a4cd9f2f9a2281f0894e2e0f8db2.tar.xz freeipa-26b0e8fc9809a4cd9f2f9a2281f0894e2e0f8db2.zip |
This patch removes the existing UI functionality, as a prep for adding the Javascript based ui.
Diffstat (limited to 'ipalib')
-rw-r--r-- | ipalib/constants.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ipalib/constants.py b/ipalib/constants.py index 20f1d95d7..66f13f25c 100644 --- a/ipalib/constants.py +++ b/ipalib/constants.py @@ -110,8 +110,6 @@ DEFAULT_CONFIG = ( ('mount_ipa', '/ipa/'), ('mount_xmlserver', 'xml'), ('mount_jsonserver', 'json'), - ('mount_webui', 'ui'), - ('mount_webui_assets', '/ipa-assets/'), # WebUI stuff: ('webui_prod', True), |