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

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git

commit e69c9d23765ece56c4790ef626639ba312da28bc
Author: Lei Zhang <[email protected]>
AuthorDate: Fri Aug 9 18:39:56 2019 +0800

    SCB-1411 Modify card label name
---
 alpha/alpha-ui/src/main/resources/templates/index.html | 16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

diff --git a/alpha/alpha-ui/src/main/resources/templates/index.html 
b/alpha/alpha-ui/src/main/resources/templates/index.html
index 66fb745..9c0766e 100644
--- a/alpha/alpha-ui/src/main/resources/templates/index.html
+++ b/alpha/alpha-ui/src/main/resources/templates/index.html
@@ -35,9 +35,7 @@
         <div class="card-body" style="padding-bottom: 5px">
           <div class="row no-gutters align-items-center">
             <div class="col mr-2">
-              <div class="text-xs font-weight-bold text-primary text-uppercase 
mb-1">Total
-                Transaction
-              </div>
+              <div class="text-xs font-weight-bold text-primary text-uppercase 
mb-1">Total</div>
               <div class="h5 mb-0 font-weight-bold text-gray-800" 
id="statistics-total">0</div>
             </div>
             <div class="col-auto">
@@ -57,9 +55,7 @@
         <div class="card-body" style="padding-bottom: 5px">
           <div class="row no-gutters align-items-center">
             <div class="col mr-2">
-              <div class="text-xs font-weight-bold text-success text-uppercase 
mb-1">Successful
-                Transactions
-              </div>
+              <div class="text-xs font-weight-bold text-success text-uppercase 
mb-1">Successful</div>
               <div class="h5 mb-0 font-weight-bold text-gray-800" 
id="statistics-successful">0</div>
             </div>
             <div class="col-auto">
@@ -79,9 +75,7 @@
         <div class="card-body" style="padding-bottom: 5px">
           <div class="row no-gutters align-items-center">
             <div class="col mr-2">
-              <div class="text-xs font-weight-bold text-warning text-uppercase 
mb-1">Compensated
-                Transaction
-              </div>
+              <div class="text-xs font-weight-bold text-warning text-uppercase 
mb-1">Compensated</div>
               <div class="h5 mb-0 font-weight-bold text-gray-800" 
id="statistics-compensated">0
               </div>
             </div>
@@ -102,9 +96,7 @@
         <div class="card-body" style="padding-bottom: 5px">
           <div class="row no-gutters align-items-center">
             <div class="col mr-2">
-              <div class="text-xs font-weight-bold text-danger text-uppercase 
mb-1">Failed
-                Transactions
-              </div>
+              <div class="text-xs font-weight-bold text-danger text-uppercase 
mb-1">Failed</div>
               <div class="h5 mb-0 font-weight-bold text-gray-800" 
id="statistics-failed">0</div>
             </div>
             <div class="col-auto">

Reply via email to