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:
Fabian Ebner 2020-11-18 11:04:19 +01:00 committed by Thomas Lamprecht
parent d2ac54517c
commit b5ee2676fd
2 changed files with 0 additions and 6 deletions

View File

@ -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;

View File

@ -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;