summaryrefslogtreecommitdiff
path: root/client/html/metric_header_item.tpl
diff options
context:
space:
mode:
authorHunternif <hunternif@gmail.com>2019-05-03 04:03:32 +0700
committerHunternif <hunternif@gmail.com>2019-05-03 04:03:32 +0700
commit5213acb9c5cb4bd4f92e0706d7af6747fb8a0544 (patch)
treea82edf34ace143dd013f2810edb3d5a3085cdd74 /client/html/metric_header_item.tpl
parent98007f4e1f4931cd88bd420e7eeecc761deff70a (diff)
client: fix "Start sorting" button, so that it immediately updates the url with selected metrics. Also fix non-focusable links.
Diffstat (limited to 'client/html/metric_header_item.tpl')
-rw-r--r--client/html/metric_header_item.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/html/metric_header_item.tpl b/client/html/metric_header_item.tpl
index 4e0e139..880dfed 100644
--- a/client/html/metric_header_item.tpl
+++ b/client/html/metric_header_item.tpl
@@ -1,6 +1,6 @@
<li class="<%= ctx.makeCssName(ctx.metric.tag.category, 'tag') %><%
if (ctx.selected) { %> selected<% } %>">
- <a class="<%= ctx.makeCssName(ctx.metric.tag.category, 'tag') %><%
+ <a href class="<%= ctx.makeCssName(ctx.metric.tag.category, 'tag') %><%
if (ctx.selected) { %> selected<% } %>"><%
%><%- ctx.metric.tag.names[0] %></a>
</li> \ No newline at end of file