CN-444 单值图增加分位值
This commit is contained in:
@@ -222,41 +222,51 @@ export default {
|
||||
{
|
||||
params: {
|
||||
icon: 'cn-icon cn-icon-time',
|
||||
unitType: unitTypes.time
|
||||
unitType: unitTypes.time,
|
||||
iconColor: '#2ca3fe',
|
||||
iconBackgroundColor: '#eff6fe'
|
||||
},
|
||||
type: 501,
|
||||
type: 507,
|
||||
i18n: 'entities.avgRoundTripTime'
|
||||
},
|
||||
{
|
||||
params: {
|
||||
icon: 'cn-icon cn-icon-http',
|
||||
unitType: unitTypes.time
|
||||
unitType: unitTypes.time,
|
||||
iconColor: '#2ca3fe',
|
||||
iconBackgroundColor: '#eff6fe'
|
||||
},
|
||||
type: 501,
|
||||
type: 507,
|
||||
i18n: 'entities.httpResponseLatency'
|
||||
},
|
||||
{
|
||||
params: {
|
||||
icon: 'cn-icon cn-icon-ssl',
|
||||
unitType: unitTypes.time
|
||||
unitType: unitTypes.time,
|
||||
iconColor: '#2ca3fe',
|
||||
iconBackgroundColor: '#eff6fe'
|
||||
},
|
||||
type: 501,
|
||||
type: 507,
|
||||
i18n: 'entities.sslConLatency'
|
||||
},
|
||||
{
|
||||
params: {
|
||||
icon: 'cn-icon cn-icon-package-loss',
|
||||
unitType: unitTypes.percent
|
||||
unitType: unitTypes.percent,
|
||||
iconColor: '#2ca3fe',
|
||||
iconBackgroundColor: '#eff6fe'
|
||||
},
|
||||
type: 501,
|
||||
type: 507,
|
||||
i18n: 'entities.sequenceGapLossPercent'
|
||||
},
|
||||
{
|
||||
params: {
|
||||
icon: 'cn-icon cn-icon-upload',
|
||||
unitType: unitTypes.percent
|
||||
unitType: unitTypes.percent,
|
||||
iconColor: '#2ca3fe',
|
||||
iconBackgroundColor: '#eff6fe'
|
||||
},
|
||||
type: 501,
|
||||
type: 507,
|
||||
i18n: 'entities.pktRetransPercent'
|
||||
}
|
||||
],
|
||||
|
||||
@@ -227,41 +227,51 @@ export default {
|
||||
{
|
||||
params: {
|
||||
icon: 'cn-icon cn-icon-time',
|
||||
unitType: unitTypes.time
|
||||
unitType: unitTypes.time,
|
||||
iconColor: '#2ca3fe',
|
||||
iconBackgroundColor: '#eff6fe'
|
||||
},
|
||||
type: 501,
|
||||
type: 507,
|
||||
i18n: 'entities.avgRoundTripTime'
|
||||
},
|
||||
{
|
||||
params: {
|
||||
icon: 'cn-icon cn-icon-http',
|
||||
unitType: unitTypes.time
|
||||
unitType: unitTypes.time,
|
||||
iconColor: '#2ca3fe',
|
||||
iconBackgroundColor: '#eff6fe'
|
||||
},
|
||||
type: 501,
|
||||
type: 507,
|
||||
i18n: 'entities.httpResponseLatency'
|
||||
},
|
||||
{
|
||||
params: {
|
||||
icon: 'cn-icon cn-icon-ssl',
|
||||
unitType: unitTypes.time
|
||||
unitType: unitTypes.time,
|
||||
iconColor: '#2ca3fe',
|
||||
iconBackgroundColor: '#eff6fe'
|
||||
},
|
||||
type: 501,
|
||||
type: 507,
|
||||
i18n: 'entities.sslConLatency'
|
||||
},
|
||||
{
|
||||
params: {
|
||||
icon: 'cn-icon cn-icon-package-loss',
|
||||
unitType: unitTypes.percent
|
||||
unitType: unitTypes.percent,
|
||||
iconColor: '#2ca3fe',
|
||||
iconBackgroundColor: '#eff6fe'
|
||||
},
|
||||
type: 501,
|
||||
type: 507,
|
||||
i18n: 'entities.sequenceGapLossPercent'
|
||||
},
|
||||
{
|
||||
params: {
|
||||
icon: 'cn-icon cn-icon-upload',
|
||||
unitType: unitTypes.percent
|
||||
unitType: unitTypes.percent,
|
||||
iconColor: '#2ca3fe',
|
||||
iconBackgroundColor: '#eff6fe'
|
||||
},
|
||||
type: 501,
|
||||
type: 507,
|
||||
i18n: 'entities.pktRetransPercent'
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user