Skip to content

Commit

Permalink
Merge branch 'branches/rudder/2.11'
Browse files Browse the repository at this point in the history
  • Loading branch information
fanf committed Oct 9, 2014
2 parents a25927b + a3235d6 commit 71d0589
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -296,13 +296,8 @@ class SearchNodeComponent(
* @return
*/
def ajaxGridRefresh() : JsCmd = {

val grid = gridResult
JE.JsRaw("""$("#serverGrid_info").remove();""") &
JE.JsRaw("""$("#serverGrid_length").remove();""") &
activateButtonOnChange &
grid

activateButtonOnChange &
gridResult
}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -231,10 +231,7 @@ function createRuleTable (gridId, data, needCheckbox, isPopup, allCheckboxCallba
, "sSearch": ""
}
, "fnStateLoadParams": function (oSettings, oData) {
if(oData.oSearch) {
oData.oSearch.sSearch = "";
}
return false;
oData.aoSearchCols[1].sSearch = "";
}
, "aaSorting": [[ sortingDefault, "asc" ]]
, "sDom": '<"dataTables_wrapper_top newFilter"f<"dataTables_refresh">>rt<"dataTables_wrapper_bottom"lip>'
Expand Down
3 changes: 2 additions & 1 deletion rudder-web/src/main/webapp/style/rudder.css
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,7 @@ div#Detail {
.dataTables_length select {
padding: 1px;
border: 1px solid #B4B3A8;
width: auto;
}

.dataTables_length {
Expand Down Expand Up @@ -2833,4 +2834,4 @@ li.targetExcluded a{

.simplemodal-wrap{
overflow:auto !important
}
}

0 comments on commit 71d0589

Please sign in to comment.