gridftp: fixed height file list
[qcg-portal.git] / qcg / templates / qcg / job_submit.html
index 83e9025..a9ca868 100644 (file)
 
             $('#gridftp').one('show.bs.modal', function() {
                 filex.initialLoad();
+                $(this).find('.modal-body').css('height', window.innerHeight - 200 + 'px');
             });
 
             $('#template').on('show.bs.modal', function() {