Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
fix nodes page with links
Browse files Browse the repository at this point in the history
  • Loading branch information
hjacobs committed Jul 2, 2020
1 parent ea1f36e commit a5ab965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kube_resource_report/templates/nodes.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ <h1 class="title">All Nodes
<td class="links">
<div class="buttons has-addons">
{% for link in links['node']: %}
<a href="{{ link.href.format(cluster=summary.cluster.name, name=node_name) }}"
title="{{ link.title.format(cluster=summary.cluster.name, name=node_name) }}"
<a href="{{ link.href.format(cluster=node.cluster_name, name=node.node_name) }}"
title="{{ link.title.format(cluster=node.cluster_name, name=node.node_name) }}"
class="button is-small">
<span class="icon"><i class="fas fa-{{ link.icon }}"></i></span>
</a>
Expand Down

0 comments on commit a5ab965

Please sign in to comment.