File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
static/js/servershell/autocomplete Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ servershell.open_history_autocomplete = function () {
4646 autocomplete_search_input . autocomplete ( 'enable' ) ;
4747 autocomplete_search_input . autocomplete ( 'option' , 'autoFocus' , $ ( '#autoselect' ) [ 0 ] . checked ) ;
4848 autocomplete_search_input . autocomplete ( 'option' , 'minLength' , 0 ) ;
49- autocomplete_search_input . autocomplete ( 'option' , 'delay' , 50 ) ;
49+ autocomplete_search_input . autocomplete ( 'option' , 'delay' , $ ( '#autocomplete_delay_search' ) [ 0 ] . value ) ;
5050
5151 // When history is opened show all item, regardless of the current input text
5252 autocomplete_search_input . autocomplete ( 'search' , "" ) ;
Original file line number Diff line number Diff line change 9090 < label class ="form-input-label " for ="history_size "> The maximum size of your history</ label >
9191 </ div >
9292 < div >
93- < input value ="Clear History " type ="button " onclick ="servershell.history.clear() ">
93+ < input value ="Clear History " type ="button " onclick ="servershell.history.clear() " class =" btn btn-sm btn-danger " style =" margin-top: 5px; " >
9494 </ div >
9595 < hr >
9696 < b > Keyboard Shortcuts</ b >
You can’t perform that action at this time.
0 commit comments