mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-13 17:45:15 +00:00
change default replication status text to 'OK'
The status '-' can confuse users, as it could indicate something is missing, whereas OK indicates everything is alright (which is the status we want to show) Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
530ee6b769
commit
79b04dba79
@ -355,7 +355,7 @@ Ext.define('PVE.grid.ReplicaView', {
|
||||
return states.join(', ');
|
||||
}
|
||||
|
||||
return '-';
|
||||
return gettext('OK');
|
||||
}
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user