mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-15 09:22:03 +00:00
Do not translate Ceph specific terms
Signed-off-by: Emmanuel Kasper <e.kasper@proxmox.com>
This commit is contained in:
parent
cb1b1712c4
commit
838258a3ee
@ -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 />',
|
||||||
|
Loading…
Reference in New Issue
Block a user