mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
dialog scrolling table
Tables on the dialog page need to have the scrolling set but should not resize with the main window, since their window is a JQuery UI dialog.
This commit is contained in:
committed by
Endi Sukma Dewata
parent
403ed477b5
commit
4080a03051
@@ -394,6 +394,9 @@ IPA.adder_dialog = function (spec) {
|
||||
height: '151px'
|
||||
});
|
||||
|
||||
that.available_table.resize = function(){
|
||||
};
|
||||
|
||||
var columns = that.columns.values;
|
||||
that.available_table.set_columns(columns);
|
||||
|
||||
@@ -405,6 +408,9 @@ IPA.adder_dialog = function (spec) {
|
||||
height: '151px'
|
||||
});
|
||||
|
||||
that.selected_table.resize = function(){
|
||||
};
|
||||
|
||||
that.selected_table.set_columns(columns);
|
||||
|
||||
that.selected_table.init();
|
||||
|
Reference in New Issue
Block a user