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

ethanli pushed a commit to branch 2.2.x-branch
in repository https://gitbox.apache.org/repos/asf/storm.git


The following commit(s) were added to refs/heads/2.2.x-branch by this push:
     new 91927f6  [STORM-3704] Cosmetic: fix table header alignment in 
"Topology summary" table. (#3339)
91927f6 is described below

commit 91927f653cd1e078e403be5cf38500f8ea6c841a
Author: Vitaliy <[email protected]>
AuthorDate: Wed Mar 17 14:39:02 2021 -0400

    [STORM-3704] Cosmetic: fix table header alignment in "Topology summary" 
table. (#3339)
---
 .../storm/daemon/ui/WEB-INF/templates/topology-page-template.html       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/storm-webapp/src/main/java/org/apache/storm/daemon/ui/WEB-INF/templates/topology-page-template.html
 
b/storm-webapp/src/main/java/org/apache/storm/daemon/ui/WEB-INF/templates/topology-page-template.html
index b67e302..45e0fd6 100644
--- 
a/storm-webapp/src/main/java/org/apache/storm/daemon/ui/WEB-INF/templates/topology-page-template.html
+++ 
b/storm-webapp/src/main/java/org/apache/storm/daemon/ui/WEB-INF/templates/topology-page-template.html
@@ -74,12 +74,12 @@
             Assigned CPU (%)
           </span>
         </th>
-        {{/schedulerDisplayResource}}
         <th>
           <span data-toggle="tooltip" data-placement="top" title="Assigned 
Generic Rescources by Scheduler.">
             Assigned Generic Resources
           </span>
         </th>
+        {{/schedulerDisplayResource}}
         <th>
           <span data-toggle="tooltip" data-placement="left" title="This shows 
information from the scheduler about the latest attempt to schedule the 
Topology on the cluster.">
             Scheduler Info

Reply via email to