all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox-backup] ui: tape/TapeInventory: set defaultValue for pool to ''
@ 2021-02-18  8:26 Dominik Csapak
  2021-02-18  8:51 ` [pbs-devel] applied: " Dietmar Maurer
  0 siblings, 1 reply; 2+ messages in thread
From: Dominik Csapak @ 2021-02-18  8:26 UTC (permalink / raw)
  To: pbs-devel

otherwise the grouping feature of the grid gets confused as it encounters
undefined values

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
---
 www/tape/TapeInventory.js | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/www/tape/TapeInventory.js b/www/tape/TapeInventory.js
index 7f9a2aa5..fbcb6262 100644
--- a/www/tape/TapeInventory.js
+++ b/www/tape/TapeInventory.js
@@ -9,7 +9,10 @@ Ext.define('pbs-model-tapes', {
 	'media-set-ctime',
 	'media-set-name',
 	'media-set-uuid',
-	'pool',
+	{
+	    name: 'pool',
+	    defaultValue: '',
+	},
 	'seq-nr',
 	'status',
 	'uuid',
-- 
2.20.1





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [pbs-devel] applied: [PATCH proxmox-backup] ui: tape/TapeInventory: set defaultValue for pool to ''
  2021-02-18  8:26 [pbs-devel] [PATCH proxmox-backup] ui: tape/TapeInventory: set defaultValue for pool to '' Dominik Csapak
@ 2021-02-18  8:51 ` Dietmar Maurer
  0 siblings, 0 replies; 2+ messages in thread
From: Dietmar Maurer @ 2021-02-18  8:51 UTC (permalink / raw)
  To: Proxmox Backup Server development discussion, Dominik Csapak

applied




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-18  8:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-18  8:26 [pbs-devel] [PATCH proxmox-backup] ui: tape/TapeInventory: set defaultValue for pool to '' Dominik Csapak
2021-02-18  8:51 ` [pbs-devel] applied: " Dietmar Maurer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal