From 838258a3ee30d60ea9bfe2ab855196f625ccf0f2 Mon Sep 17 00:00:00 2001 From: Emmanuel Kasper Date: Wed, 8 Nov 2017 16:10:26 +0100 Subject: [PATCH] Do not translate Ceph specific terms Signed-off-by: Emmanuel Kasper --- www/manager6/ceph/StatusDetail.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/manager6/ceph/StatusDetail.js b/www/manager6/ceph/StatusDetail.js index 5373e2d5..7625b366 100644 --- a/www/manager6/ceph/StatusDetail.js +++ b/www/manager6/ceph/StatusDetail.js @@ -37,7 +37,7 @@ Ext.define('PVE.ceph.StatusDetail', { downout: 0 }, tpl: [ - '

' + gettext('OSDs') + '

', + '

' + 'OSDs' + '

', '', '', '
', @@ -76,7 +76,7 @@ Ext.define('PVE.ceph.StatusDetail', { states: [] }, tpl: [ - '

' + gettext('PGs') + '

', + '

' + 'PGs' + '

', '', '
{state_name}:
', '
{count}

',