diff options
| author | RblSb <msrblsb@gmail.com> | 2020-03-02 14:29:03 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-03-02 14:29:03 +0300 |
| commit | b239467d9917849a746f2026c7f0b185a6341914 (patch) | |
| tree | a17a39506d8e8720fced122bca924d8fd6dc9956 /res/index.html | |
| parent | 0d36998b0fb8139456bf1eda3f614542fec890c5 (diff) | |
Synch threshold setting
Diffstat (limited to 'res/index.html')
| -rw-r--r-- | res/index.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/res/index.html b/res/index.html index c3bcde5..773dca6 100644 --- a/res/index.html +++ b/res/index.html @@ -36,8 +36,11 @@ <li><a id="exitBtn" href="#">${login}</a></li> </ul> </li> - <li><a href="javascript:void(0)">${settings}</a></li> - <!-- <li><a id="showchansettings" href="javascript:void(0)">${channel}</a></li> --> + <li class="dropdown"><a class="dropdown-toggle" href="#" data-toggle="dropdown">${settings}<b class="caret"></b></a> + <ul class="dropdown-menu"> + <li><a href="#" id="synchThresholdBtn">${synchThreshold}</a></li> + </ul> + </li> <li class="dropdown"><a class="dropdown-toggle" href="#" data-toggle="dropdown">${layout}<b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="#" id="swapLayoutBtn">${swapLayout}</a></li> |
