summaryrefslogtreecommitdiff
path: root/tuskar_ui/infrastructure/nodes/tables.py
diff options
context:
space:
mode:
authorJiri Tomasek <jtomasek@redhat.com>2015-06-25 10:18:57 +0200
committerJiri Tomasek <jtomasek@redhat.com>2015-06-25 10:18:57 +0200
commitdc077378d25d752278ad85369ff1bc0fc92cf12e (patch)
tree06662d6f8a2e5aee5aa8dc2aa4037a5ce450759d /tuskar_ui/infrastructure/nodes/tables.py
parent318b6992962ff478094d07ab3c2086cacc141c31 (diff)
downloadtuskar-ui-dc077378d25d752278ad85369ff1bc0fc92cf12e.tar.gz
Rename node detail url name
Change-Id: Ie9a7eed5da1756c0f003be65e63deca4a1904141
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,