diff --git a/nodejs/public/lib/js/app-base.js b/nodejs/public/lib/js/app-base.js index c4ec287..94766bf 100644 --- a/nodejs/public/lib/js/app-base.js +++ b/nodejs/public/lib/js/app-base.js @@ -307,6 +307,8 @@ $( document ).ready(function(){ $('.fa-circle-minus').click(function(){ $(this).closest('.card').find('.card-body').slideToggle('fast'); + // $(this).closest('.card').find('.card-header').slideToggle('fast'); + }); $('.fa-circle-xmark').click(function(){ diff --git a/nodejs/views/hosts.ejs b/nodejs/views/hosts.ejs index 08824ba..a6e6387 100755 --- a/nodejs/views/hosts.ejs +++ b/nodejs/views/hosts.ejs @@ -1,318 +1,364 @@ <%- include('top') %> - + - - + -
- -<%- include('bottom') %> + <%- include('bottom') %> \ No newline at end of file