Commit ac311dc8 authored by Alexandre Derumier's avatar Alexandre Derumier Committed by Dietmar Maurer

resourcestore : add template field

Signed-off-by: 's avatarAlexandre Derumier <aderumier@odiso.com>
parent e3ae2c58
......@@ -164,6 +164,13 @@ Ext.define('PVE.data.ResourceStore', {
renderer: PVE.Utils.format_size,
width: 100
},
template: {
header: 'template',
type: 'integer',
hidden: true,
sortable: true,
width: 60
},
uptime: {
header: gettext('Uptime'),
type: 'integer',
......
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