summaryrefslogtreecommitdiffstats
path: root/install/ui/aci.js
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2012-07-16 13:40:52 +0200
committerPetr Vobornik <pvoborni@redhat.com>2012-07-18 15:52:00 +0200
commit3adebcf919e81ead95c68995db52f7c2da999792 (patch)
tree68cbd957bf35f9006db73673adf4782536963eec /install/ui/aci.js
parenta14d243fcdd18bb7bd5409d1a8804bf06929824d (diff)
downloadfreeipa.git-3adebcf919e81ead95c68995db52f7c2da999792.tar.gz
freeipa.git-3adebcf919e81ead95c68995db52f7c2da999792.tar.xz
freeipa.git-3adebcf919e81ead95c68995db52f7c2da999792.zip
Bigger textarea for permission type=subtree
Adder dialog and details facet for permission type=subtree have small textarea for defining subtree filter. It was unconfortable to define the filter. This difference was removed. https://fedorahosted.org/freeipa/ticket/2832
Diffstat (limited to 'install/ui/aci.js')
-rw-r--r--install/ui/aci.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/install/ui/aci.js b/install/ui/aci.js
index b2e5e19e..63181efa 100644
--- a/install/ui/aci.js
+++ b/install/ui/aci.js
@@ -688,8 +688,6 @@ IPA.permission_target_widget = function(spec) {
that.subtree_textarea = IPA.textarea_widget({
entity: that.entity,
name: 'subtree',
- cols: 30,
- rows: 1,
hidden: true
});