You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by ha...@apache.org on 2018/03/05 01:33:43 UTC

[incubator-skywalking-ui] 02/02: Add chart unit

This is an automated email from the ASF dual-hosted git repository.

hanahmily pushed a commit to branch fix/e2e
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking-ui.git

commit b6c4b25e1cef78c45b1298fa331d497569ac4eb5
Author: hanahmily <ha...@gmail.com>
AuthorDate: Mon Mar 5 09:26:48 2018 +0800

    Add chart unit
---
 src/routes/Server/Server.js | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/routes/Server/Server.js b/src/routes/Server/Server.js
index 2ed2063..c915679 100644
--- a/src/routes/Server/Server.js
+++ b/src/routes/Server/Server.js
@@ -128,7 +128,7 @@ export default class Server extends PureComponent {
           <Row gutter={24}>
             <Col xs={24} sm={24} md={24} lg={24} xl={24} style={{ marginTop: 24 }}>
               <ChartCard
-                title="CPU"
+                title="CPU %"
                 contentHeight={150}
               >
                 <Line
@@ -140,7 +140,7 @@ export default class Server extends PureComponent {
           <Row gutter={24}>
             <Col xs={24} sm={24} md={12} lg={12} xl={12} style={{ marginTop: 24 }}>
               <ChartCard
-                title="Heap"
+                title="Heap MB"
                 contentHeight={150}
               >
                 <Area
@@ -151,7 +151,7 @@ export default class Server extends PureComponent {
             </Col>
             <Col xs={24} sm={24} md={12} lg={12} xl={12} style={{ marginTop: 24 }}>
               <ChartCard
-                title="Non-Heap"
+                title="Non-Heap MB"
                 contentHeight={150}
               >
                 <Area
@@ -164,7 +164,7 @@ export default class Server extends PureComponent {
           <Row gutter={24}>
             <Col xs={24} sm={24} md={24} lg={24} xl={24} style={{ marginTop: 24 }}>
               <ChartCard
-                title="GC"
+                title="GC ms"
                 contentHeight={150}
               >
                 <StackBar

-- 
To stop receiving notification emails like this one, please contact
hanahmily@apache.org.