mobile: datacenter: fix version

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-10-01 14:42:20 +02:00
parent 5325954082
commit 77bcdf5496

View File

@ -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);
}
});