mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-10-04 14:16:52 +00:00
api-viewer: flex search field
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
78bcda1de1
commit
f081718e44
@ -383,7 +383,11 @@ Ext.onReady(function() {
|
||||
Ext.define('Ext.form.SearchField', {
|
||||
extend: 'Ext.form.field.Text',
|
||||
alias: 'widget.searchfield',
|
||||
emptyText: 'Search',
|
||||
|
||||
emptyText: 'Search...',
|
||||
|
||||
flex: 1,
|
||||
|
||||
inputType: 'search',
|
||||
listeners: {
|
||||
'change': function(){
|
||||
|
Loading…
Reference in New Issue
Block a user