diff options
| author | Hunternif <hunternif@gmail.com> | 2019-05-03 04:03:32 +0700 |
|---|---|---|
| committer | Hunternif <hunternif@gmail.com> | 2019-05-03 04:03:32 +0700 |
| commit | 5213acb9c5cb4bd4f92e0706d7af6747fb8a0544 (patch) | |
| tree | a82edf34ace143dd013f2810edb3d5a3085cdd74 /client/html/compact_metric_list_item.tpl | |
| parent | 98007f4e1f4931cd88bd420e7eeecc761deff70a (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/compact_metric_list_item.tpl')
| -rw-r--r-- | client/html/compact_metric_list_item.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/html/compact_metric_list_item.tpl b/client/html/compact_metric_list_item.tpl index 61f979d..ebca9af 100644 --- a/client/html/compact_metric_list_item.tpl +++ b/client/html/compact_metric_list_item.tpl @@ -15,8 +15,8 @@ --><span class='metric-bounds' data-pseudo-content= '<%- ctx.tag.metric.min %> — <%- ctx.tag.metric.max %>'></span><!-- --><span class='metric-controls'>Set<!-- - --><a class='create-exact'> exact</a><!-- - --><a class='create-range'> range</a><!-- + --> <a href class='create-exact'>exact</a><!-- + --> <a href class='create-range'>range</a><!-- --></span><!-- --><% } %><!-- --></li> |