Commit 89d0ad65 authored by Dietmar Maurer's avatar Dietmar Maurer

use correct icons for templates

parent b60c023b
......@@ -770,6 +770,8 @@ Ext.define('PVE.Utils', { statics: {
if (record.data.running) {
metaData.tdCls = cls + "-running";
} else if (record.data.template) {
metaData.tdCls = cls + "-template";
} else {
metaData.tdCls = cls;
}
......
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