]> git.proxmox.com Git - proxmox-backup.git/commitdiff
datastore content: search: set emptytext to searched columns
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 1 Sep 2020 16:30:20 +0000 (18:30 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 1 Sep 2020 16:30:54 +0000 (18:30 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/DataStoreContent.js

index 5295b8c236921d425c7f356cd2d598e94724a419..d23f2ef1b2fe4640f16ba79cfa48690ca18cba50 100644 (file)
@@ -623,6 +623,7 @@ Ext.define('PBS.DataStoreContent', {
        {
            xtype: 'textfield',
            reference: 'searchbox',
+           emptyText: gettext('group, date or owner'),
            triggers: {
                clear: {
                    cls: 'pmx-clear-trigger',