mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-05 01:46:46 +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', {
|
let rstore = Ext.create('Proxmox.data.UpdateStore', {
|
||||||
interval: 1000,
|
interval: 1000,
|
||||||
storeid: 'proxmox-services' + me.nodename,
|
|
||||||
model: 'proxmox-services',
|
model: 'proxmox-services',
|
||||||
proxy: {
|
proxy: {
|
||||||
type: 'proxmox',
|
type: 'proxmox',
|
||||||
|
Loading…
Reference in New Issue
Block a user