]> git.proxmox.com Git - pve-manager.git/commit
fix diffstore issue with clusterlog
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 10 Mar 2017 09:12:25 +0000 (10:12 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 10 Mar 2017 10:09:46 +0000 (11:09 +0100)
commit0c8d740228e284d8fa1e3746f0fde9f7ac7ab65c
tree31642faeab6ae97365049197d689a368867ff1d7
parent40342aa6c4278497b9ec8c9cce8739f9b29c2e8f
fix diffstore issue with clusterlog

extjs cannot "convert" and id from other fields, so the ids in the
diffstore and the realstore are different and we re-add every element on
every update

to mitigate this, we generate the id (which is "uid:hostname") in the
backend, and simply use it in the frontend

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/API2/Cluster.pm
www/manager6/data/PVEProxy.js