gridftp: fixed height file list
[qcg-portal.git] / qcg / templates / qcg / task.html
index 584fa63..a610ea6 100644 (file)
             $('.working-dir').on('click', function() {
                 filex.load($(this).data('url'));
             });
+
+            $('#gridftp').one('show.bs.modal', function() {
+                $(this).find('.modal-body').css('height', window.innerHeight - 120 + 'px');
+            });
         });
     </script>
 {% endblock extra_js %}