From f2f5abbf7e10f50042a6d806a8495bb92940fb9e Mon Sep 17 00:00:00 2001 From: noot Date: Thu, 1 Aug 2024 02:38:09 +0800 Subject: [PATCH] Revert "search bar functionality" This reverts commit 7780376f5ff47705b45ac7150ac3c880a90502f0. --- nodejs/public/lib/js/app-base.js | 2 - nodejs/views/hosts.ejs | 606 ++++++++++++++----------------- 2 files changed, 280 insertions(+), 328 deletions(-) diff --git a/nodejs/public/lib/js/app-base.js b/nodejs/public/lib/js/app-base.js index 94766bf..c4ec287 100644 --- a/nodejs/public/lib/js/app-base.js +++ b/nodejs/public/lib/js/app-base.js @@ -307,8 +307,6 @@ $( 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 a6e6387..08824ba 100755 --- a/nodejs/views/hosts.ejs +++ b/nodejs/views/hosts.ejs @@ -1,364 +1,318 @@ <%- include('top') %> - + - + div.editWindow{ + margin-bottom: 1em; + } - -