mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-03 01:04:30 +00:00
node/ServiceView: remove storeid
it's not needed anymore Signed-off-by: Dominik Csapak <d.csapak@proxmox.com> Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
6732337cb9
commit
8b38c9307b
@ -22,7 +22,6 @@ Ext.define('Proxmox.node.ServiceView', {
|
||||
|
||||
let rstore = Ext.create('Proxmox.data.UpdateStore', {
|
||||
interval: 1000,
|
||||
storeid: 'proxmox-services' + me.nodename,
|
||||
model: 'proxmox-services',
|
||||
proxy: {
|
||||
type: 'proxmox',
|
||||
|
Loading…
Reference in New Issue
Block a user