diff options
| author | Alon Levy <alon@pobox.com> | 2015-04-12 12:01:19 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-04-12 12:01:19 +0200 |
| commit | a62ac0625ed5b7846888029ea3946ebd6dd561e8 (patch) | |
| tree | 680890e15c43975e8b37ffb614d5692533665b23 /res | |
| parent | ba1f6955be392947e3e1438250b3f5e272ee5ecc (diff) | |
client: show number of selected nodes below search bar
Diffstat (limited to 'res')
| -rw-r--r-- | res/templates/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/templates/index.html b/res/templates/index.html index a1151228..04676ec7 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -71,6 +71,7 @@ var RZ_VERSION = '{% include "fragment/version.txt" %}'; <div class="input-container" id="input-container__search"> <input class="input-bar" tabindex="1" id="search" placeholder="Search for nodes or links"/> <button tabindex="-1" id="btn_search"></button> + <div id="selection-count"></div> <div id="search-suggestion" class="suggestion" style="display: none"></div> </div> <div class="input-container" id="input-container__graph-input"> |
