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