commit 264c8601373585b1630b40c0300f819767cba51c Author: Iain R. Learmonth <i...@fsfe.org> Date: Thu Sep 14 11:02:04 2017 +0100
Adds the NoEdConsensus flag to the supported flags Uses the question mark icon, resolves #21636 --- js/models/relay.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/js/models/relay.js b/js/models/relay.js index 1cd4f74..8550d2d 100644 --- a/js/models/relay.js +++ b/js/models/relay.js @@ -32,11 +32,9 @@ define([ if (flag == "Named") { output.push([flag,"info_"+size[2], "This relay's identity-nickname mapping is canonical, and this authority binds names."]); } - /* added for future use, but we need an icon... if (flag == "NoEdConsensus") { - output.push([flag,"xxx_"+size[2], "An Ed25519 key in the relay's descriptor or microdesriptor does not reflect authority consensus."]); + output.push([flag,"question_mark_"+size[2], "An Ed25519 key in the relay's descriptor or microdesriptor does not reflect authority consensus."]); } - */ if (flag == "Running") { output.push([flag,"fork_"+size[1], "This relay is currently usable."]); } _______________________________________________ tor-commits mailing list tor-commits@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits