aboutsummaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/components/customer/customer.component.ts
diff options
context:
space:
mode:
authorTao Shen <shentao@chinamobile.com>2019-05-16 02:37:56 +0000
committerGerrit Code Review <gerrit@onap.org>2019-05-16 02:37:56 +0000
commit5d9a85c43a3a77688961352a8b127506c4d23b89 (patch)
tree534f4d977a7ff049c240c092e8b97632db9564d3 /usecaseui-portal/src/app/components/customer/customer.component.ts
parent11d2ec986be2c53da9bb4fecd49af0ccf4e6103c (diff)
parentc3e2270c9694e0cbd2835d0d1ae7d14405ba0e8e (diff)
Merge "Fix instance instantiation for e2e/NS"
Diffstat (limited to 'usecaseui-portal/src/app/components/customer/customer.component.ts')
-rw-r--r--usecaseui-portal/src/app/components/customer/customer.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/usecaseui-portal/src/app/components/customer/customer.component.ts b/usecaseui-portal/src/app/components/customer/customer.component.ts
index 8a84e1b6..51486dbf 100644
--- a/usecaseui-portal/src/app/components/customer/customer.component.ts
+++ b/usecaseui-portal/src/app/components/customer/customer.component.ts
@@ -94,7 +94,7 @@ export class CustomerComponent implements OnInit {
normal: {
position: 'center',
show: false,
- formatter: ' {b|{b}:{d}%} ',
+ formatter: ' {b|{b}:{c}%} ',
backgroundColor: 'rgba(51,51,51,0.9)',
borderColor: 'rgba(51,51,51,0.9)',
borderWidth: 1,