Do not translate Ceph specific terms

Signed-off-by: Emmanuel Kasper <e.kasper@proxmox.com>
This commit is contained in:
Emmanuel Kasper 2017-11-08 16:10:26 +01:00 committed by Dominik Csapak
parent cb1b1712c4
commit 838258a3ee

View File

@ -37,7 +37,7 @@ Ext.define('PVE.ceph.StatusDetail', {
downout: 0 downout: 0
}, },
tpl: [ tpl: [
'<h3>' + gettext('OSDs') + '</h3>', '<h3>' + 'OSDs' + '</h3>',
'<table class="osds">', '<table class="osds">',
'<tr><td></td>', '<tr><td></td>',
'<td><i class="fa fa-fw good fa-circle"></i>', '<td><i class="fa fa-fw good fa-circle"></i>',
@ -76,7 +76,7 @@ Ext.define('PVE.ceph.StatusDetail', {
states: [] states: []
}, },
tpl: [ tpl: [
'<h3>' + gettext('PGs') + '</h3>', '<h3>' + 'PGs' + '</h3>',
'<tpl for="states">', '<tpl for="states">',
'<div class="left-aligned">{state_name}:</div>', '<div class="left-aligned">{state_name}:</div>',
'<div class="right-aligned">{count}</div><br />', '<div class="right-aligned">{count}</div><br />',