mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-10-04 21:02:31 +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', {
|
Ext.define('Ext.form.SearchField', {
|
||||||
extend: 'Ext.form.field.Text',
|
extend: 'Ext.form.field.Text',
|
||||||
alias: 'widget.searchfield',
|
alias: 'widget.searchfield',
|
||||||
emptyText: 'Search',
|
|
||||||
|
emptyText: 'Search...',
|
||||||
|
|
||||||
|
flex: 1,
|
||||||
|
|
||||||
inputType: 'search',
|
inputType: 'search',
|
||||||
listeners: {
|
listeners: {
|
||||||
'change': function(){
|
'change': function(){
|
||||||
|
Loading…
Reference in New Issue
Block a user