Replace mitigation with shielding
This commit is contained in:
parent
6557720549
commit
2e1c15c82f
@ -273,7 +273,7 @@ window.getMitigationText = function(d) {
|
||||
if (mitigationDetails.excess) mitigationShort += ' (+'+mitigationDetails.excess+')';
|
||||
|
||||
function tt(text) {
|
||||
var t = 'Mitigation:\t'+mitigationDetails.total+'\n';
|
||||
var t = 'Shielding:\t'+mitigationDetails.total+'\n';
|
||||
t += 'Shields:\t'+mitigationDetails.shields+'\n';
|
||||
t += 'Links:\t'+mitigationDetails.links+'\n';
|
||||
t += 'Excess:\t'+mitigationDetails.excess+'\n';
|
||||
@ -281,6 +281,5 @@ window.getMitigationText = function(d) {
|
||||
return '<span title="'+t+'">'+text+'</span>';
|
||||
}
|
||||
|
||||
// 'mitigation' doesn't quite fit in the space.
|
||||
return [tt('mitig…'), tt(mitigationShort)];
|
||||
return [tt('shielding'), tt(mitigationShort)];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user