You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by et...@apache.org on 2021/03/17 18:39:17 UTC

[storm] branch master updated: [STORM-3704] Cosmetic: fix table header alignment in "Topology summary" table. (#3339)

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

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


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

commit ab7e003ca0e811f95b092561870d69b0591d6d46
Author: Vitaliy <vi...@users.noreply.github.com>
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