Commit 7e3d2c14 authored by Dietmar Maurer's avatar Dietmar Maurer

change template icon dynamically

parent edc752c1
......@@ -232,7 +232,8 @@ Ext.define('PVE.tree.ResourceTree', {
}
if ((item.data.text !== olditem.data.text) ||
(item.data.node !== olditem.data.node) ||
(item.data.running !== olditem.data.running)) {
(item.data.running !== olditem.data.running) ||
(item.data.template !== olditem.data.template)) {
//console.log("changed node/text/running " + olditem.data.id);
changed = true;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment