ui: add missing comment field to remote model
when using a diffstore, we have to add all used columns to the model, else they will not refresh on a load Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
934f5bb8ac
commit
f5d00373f3
@ -1,6 +1,6 @@
|
|||||||
Ext.define('pmx-remotes', {
|
Ext.define('pmx-remotes', {
|
||||||
extend: 'Ext.data.Model',
|
extend: 'Ext.data.Model',
|
||||||
fields: [ 'name', 'host', 'userid', 'fingerprint' ],
|
fields: [ 'name', 'host', 'userid', 'fingerprint', 'comment' ],
|
||||||
idProperty: 'name',
|
idProperty: 'name',
|
||||||
proxy: {
|
proxy: {
|
||||||
type: 'proxmox',
|
type: 'proxmox',
|
||||||
|
Loading…
Reference in New Issue
Block a user