mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-27 11:33:50 +00:00
ui: make remaining content views not stateful
Commit 2dcc87c798
removed the statefulness from
the other storage content views, so remove it from the remaining ones too.
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
This commit is contained in:
parent
d2ac54517c
commit
b5ee2676fd
@ -3,9 +3,6 @@ Ext.define('PVE.storage.BackupView', {
|
|||||||
|
|
||||||
alias: 'widget.pveStorageBackupView',
|
alias: 'widget.pveStorageBackupView',
|
||||||
|
|
||||||
stateful: true,
|
|
||||||
stateId: 'grid-storage-content-backup',
|
|
||||||
|
|
||||||
initComponent: function() {
|
initComponent: function() {
|
||||||
var me = this;
|
var me = this;
|
||||||
|
|
||||||
|
@ -170,9 +170,6 @@ Ext.define('PVE.storage.TemplateView', {
|
|||||||
|
|
||||||
alias: 'widget.pveStorageTemplateView',
|
alias: 'widget.pveStorageTemplateView',
|
||||||
|
|
||||||
stateful: true,
|
|
||||||
stateId: 'grid-storage-content-vztmpl',
|
|
||||||
|
|
||||||
initComponent: function() {
|
initComponent: function() {
|
||||||
var me = this;
|
var me = this;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user