mobile: datacenter: fix version
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
@@ -79,7 +79,7 @@ Ext.define('PVE.Datacenter', {
|
|||||||
method: 'GET',
|
method: 'GET',
|
||||||
success: function(response) {
|
success: function(response) {
|
||||||
var d = response.result.data;
|
var d = response.result.data;
|
||||||
me.summary.version = d.version + '-' + d.release + '/' + d.repoid;
|
me.summary.version = d.version;
|
||||||
ci.setData(me.summary);
|
ci.setData(me.summary);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user