mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-31 06:46:24 +00:00
bug
This commit is contained in:
@@ -128,7 +128,7 @@
|
||||
}
|
||||
|
||||
$('#search').keyup(function() {
|
||||
var $rows = $('#groups option');
|
||||
var $rows = $('#hosts option');
|
||||
console.log($rows);
|
||||
var val = $.trim($(this).val()).replace(/ +/g, ' ').toLowerCase();
|
||||
|
||||
|
@@ -155,7 +155,7 @@
|
||||
if (option == 'new') {
|
||||
tag.append('<p style="margin: 2px">' + escapeString(obj.content) + '</p>');
|
||||
} else if (option == 'exist') {
|
||||
tag.append('<p style="margin: 0">' + exsit_message + '</p>');
|
||||
tag.append('<span style="margin: 0">' + exsit_message + '</span>');
|
||||
}
|
||||
tag.animate({ scrollTop: tag[0].scrollHeight}, 1);
|
||||
});
|
||||
|
Reference in New Issue
Block a user