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 dcbb1df9f30406acffc969f9b377555edb7ea728 Author: Lei Zhang <[email protected]> AuthorDate: Thu Aug 8 09:47:52 2019 +0800 SCB-1411 Rename dashboard slow transaction card title --- alpha/alpha-ui/src/main/resources/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpha/alpha-ui/src/main/resources/templates/index.html b/alpha/alpha-ui/src/main/resources/templates/index.html index 23be161..75f1056 100644 --- a/alpha/alpha-ui/src/main/resources/templates/index.html +++ b/alpha/alpha-ui/src/main/resources/templates/index.html @@ -119,7 +119,7 @@ <div class="col-xl-4 col-lg-5"> <div class="card shadow mb-4"> <div class="card-header py-3 d-flex flex-row align-items-center justify-content-between"> - <h6 class="m-0 font-weight-bold text-primary">Slow Transactions</h6> + <h6 class="m-0 font-weight-bold text-primary">Top 10 Slow Transactions</h6> </div> <!-- Card Body --> <div class="card-body">
