summaryrefslogtreecommitdiff
path: root/tuskar_ui/infrastructure/nodes/tables.py
diff options
context:
space:
mode:
Diffstat (limited to 'tuskar_ui/infrastructure/nodes/tables.py')
-rw-r--r--tuskar_ui/infrastructure/nodes/tables.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tuskar_ui/infrastructure/nodes/tables.py b/tuskar_ui/infrastructure/nodes/tables.py
index f4d65272..65a5cf56 100644
--- a/tuskar_ui/infrastructure/nodes/tables.py
+++ b/tuskar_ui/infrastructure/nodes/tables.py
@@ -163,7 +163,7 @@ def get_state_string(node):
class BaseNodesTable(tables.DataTable):
node = tables.Column('uuid',
- link="horizon:infrastructure:nodes:detail",
+ link="horizon:infrastructure:nodes:node_detail",
verbose_name=_("Node Name"))
role_name = tables.Column('role_name',
link=get_role_link,