diff --git a/install/ui/aci.js b/install/ui/aci.js
index 85cfcaa85..eb941cb97 100644
--- a/install/ui/aci.js
+++ b/install/ui/aci.js
@@ -42,6 +42,7 @@ IPA.populate_attribute_table = function (table, entity){
id:'aciattr-'+aciattrs[a].toLowerCase(),
"class":'aci-attribute'
}));
+ td = $('
| ').appendTo(aci_tr);
td.append($('',{
text:aciattrs[a].toLowerCase()}));
}
@@ -58,25 +59,23 @@ IPA.attribute_table_widget= function (spec){
var dd = $('').appendTo(container);
table = $('',{
id:id,
- 'class':'search-table'}).
+ 'class':'search-table aci-attribute-table'}).
append('').
- append($('',{
- style:"height:30em; overflow:auto;"
- })).
+ append($('')).
appendTo(dd);
- $('
').
- append($(' | ',{
- style:"height:2em; vertical-align:bottom;",
- html:$('',{
- type: "checkbox",
- click: function(){
- $('.aci-attribute').
- attr('checked', $(this).attr('checked'));
- }}).
- after('