From 4cff4597819a93412d2db14dd6f6cc7625009aa6 Mon Sep 17 00:00:00 2001 From: "Iain R. Learmonth" Date: Sun, 19 Jun 2016 18:48:01 +0100 Subject: Adds a list of the top 10 relays by consensus weight (Fixes: #5430) * Adds a navbar to the top of the page for Home, About and Top 10 Relays. * Re-uses the search results view using a hardcoded Onionoo URL (taken from Globe) to show a list of the top 10 relays by consensus weight. * Disables sorting by default of the datatables, and disables saving of state for sorting options. This allows the list of the top 10 to be sorted by consensus weight as reported by Onionoo, though manual sorting is still possible as before. --- index.html | 7 ++++++- js/router.js | 24 ++++++++++++++++++++++++ js/views/search/do.js | 3 ++- 3 files changed, 32 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index b3297a1..5588c23 100644 --- a/index.html +++ b/index.html @@ -36,7 +36,12 @@