Skip to content

Commit

Permalink
Merge pull request #1466 from dudleycarr/fix-nsqadmin-node-view
Browse files Browse the repository at this point in the history
nsqadmin: fix broken graph template in node view
  • Loading branch information
jehiah authored Oct 24, 2023
2 parents 51b270f + 428db4d commit 0967366
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nsqadmin/static/build/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion nsqadmin/static/build/main.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion nsqadmin/static/js/views/node.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<button class="btn-link red tombstone-link" data-node="{{../name}}" data-topic="{{topic_name}}" style="padding: 0 6px; border: 0;">✘</button> {{topic_name}}
</td>
<td>
{{#if ../graph_active}}<a href="{{large_graph "topic" node name "" "depth"}}"><img width="120" src="{{sparkline "topic" node topic_name "" "depth"}}"></a>{{/if}}
{{#if ../graph_active}}<a href="{{large_graph "topic" node topic_name "" "depth"}}"><img width="120" src="{{sparkline "topic" node topic_name "" "depth"}}"></a>{{/if}}
{{commafy depth}}
</td>
<td>{{commafy memory_depth}} + {{commafy backend_depth}}</td>
Expand Down

0 comments on commit 0967366

Please sign in to comment.