summaryrefslogtreecommitdiffstats
path: root/interface
Commit message (Collapse)AuthorAgeFilesLines
...
* [WebUI] Add graph tabVsevolod Stakhov2017-01-313-245/+300
|
* [WebUI] Further fixesVsevolod Stakhov2017-01-313-554/+249
|
* [WebUI] Start rework of modulesVsevolod Stakhov2017-01-311-0/+330
|
* [WebUI] Rework interface to use requirejsVsevolod Stakhov2017-01-3113-15/+171
|
* [WebUI] Add preliminary save symbols clusteringVsevolod Stakhov2017-01-302-23/+41
|
* [WebUI] Allow to save maps on the clusterVsevolod Stakhov2017-01-302-13/+29
|
* [WebUI] Fix multiple JS issuesVsevolod Stakhov2017-01-301-58/+74
|
* [WebUI] Fix various errors with login formVsevolod Stakhov2017-01-301-8/+16
|
* [WebUI] Make legend entry colours more contrastdehnli2017-01-271-6/+6
| | | Minor changes to make `Probable Spam` and `Temporary rejected` legend entries and chart sectors more visible on `Throughput` summary. It affects `Status` tab chart as well.
* [WebUI] Be more generous with AJAX timeoutAndrew Lewis2017-01-261-1/+1
|
* [WebUI] Separate attributes by spaceAlexander Moisseev2017-01-211-1/+1
|
* [WebUI] Enclose table header cells with `tr`sAlexander Moisseev2017-01-211-25/+35
|
* [WebUI] Reset refresh timer on server switchingAlexander Moisseev2017-01-181-1/+1
|
* [WebUI] Avoid extra graph redraw and alerts glitchingVsevolod Stakhov2017-01-141-5/+12
|
* [WebUI] Fix soft reject in pie chartVsevolod Stakhov2017-01-141-16/+2
|
* [WebUI] Fix pie chart displayingVsevolod Stakhov2017-01-131-4/+5
|
* [WebUI] Fix case when no cluster is definedVsevolod Stakhov2017-01-131-1/+1
| | | | | Issue: #1334 Reported by: @dehnli
* [Minor] Treat special HTTP methods speciallyVsevolod Stakhov2017-01-111-0/+3
|
* [WebUI] Fix disabled stateVsevolod Stakhov2017-01-101-10/+27
|
* [WebUI] Rework neighbours query functionVsevolod Stakhov2017-01-103-113/+140
|
* Merge pull request #1333 from AnnaStakhova/masterVsevolod Stakhov2017-01-101-13/+25
|\ | | | | [WebUI] clusters for the chart
| * [WebUI] clusters for the chartAnna Stakhova2017-01-101-13/+25
| |
* | [WebUI] Reduce font size of graph's legendAlexander Moisseev2017-01-091-1/+1
| | | | | | | | Fixes labels overlapping on page zoom out.
* | [WebUI] Fix graph selectors state resettingAlexander Moisseev2017-01-091-14/+15
|/ | | | | | on reconnect / reload Reported by: @denhli
* [WebUI] Fix config IDAnna Stakhova2017-01-092-23/+2
|
* Merge pull request #1318 from moisseev/rrd-summaryVsevolod Stakhov2017-01-083-71/+197
|\ | | | | [WebUI] Add summary to the Throughput tab
| * [WebUI] RRD summary: Hide inner labels of tiny pie sectorsAlexander Moisseev2017-01-071-0/+3
| |
| * [WebUI] RRD summary: Respect undefined valuesAlexander Moisseev2017-01-071-7/+7
| |
| * [WebUI] Fix RRD summary pie chart positionAlexander Moisseev2017-01-071-2/+2
| |
| * [WebUI] Add summary to the Throughput tabAlexander Moisseev2017-01-073-69/+192
| |
* | [WebUI] Initial clusters supportAnna Stakhova2017-01-073-112/+247
|/
* [WebUI] Add graph legend entries for new DSesAlexander Moisseev2017-01-041-0/+7
| | | | Resolves #1300
* [WebUI] Turn d3pie's stuff into a reusable function,Alexander Moisseev2017-01-031-7/+18
| | | | do not destroy pie on data update
* [WebUI] Add Throughput graph autorefreshing (#820)Alexander Moisseev2017-01-011-5/+18
|
* [WebUI] Remove orphaned font duplicatesAlexander Moisseev2017-01-012-0/+0
|
* [WebUI] Use unified tab click event handler,Alexander Moisseev2016-12-311-42/+49
| | | | | stop refreshing widgets on hidden tabs, make `refresh` button functional for some more tabs
* [WebUI] Stop stats refreshing if the page is hiddenAlexander Moisseev2016-12-301-4/+9
|
* [WebUI] Add Visibility.js libraryAlexander Moisseev2016-12-302-0/+6
|
* [WebUI] Update D3Evolution to 0.0.1Alexander Moisseev2016-12-291-6/+4
|
* [WebUI] Update d3.jsVsevolod Stakhov2016-12-281-5/+10
|
* [Minor] Add copyright comments for js libsVsevolod Stakhov2016-12-284-2/+19
|
* [WebUI] Replace spinner with animated glyphiconAlexander Moisseev2016-12-245-31/+18
|
* [WebUI] Prevent multiple clicks on `Refresh`Alexander Moisseev2016-12-231-4/+12
|
* [WebUI] Fix stat widgets timers multiplication on `Refresh` clickAlexander Moisseev2016-12-231-1/+2
|
* Merge pull request #1258 from moisseev/patch-1Vsevolod Stakhov2016-12-131-8/+4
|\ | | | | [WebUI] Hide learning tab in read-only mode
| * [WebUI] Hide learning tab in read-only modeAlexander Moisseev2016-12-131-8/+4
| |
* | [WebUI] Remove unused codeAlexander Moisseev2016-12-131-5/+1
|/ | | I believe this code in not necessary. It doesn't work anyway: `e` != `event`
* Merge pull request #1257 from moisseev/patch-1Vsevolod Stakhov2016-12-131-0/+1
|\ | | | | [WebUI] Disable error ring loading in `read only` mode
| * [WebUI] Disable error ring loading in `read only` modeAlexander Moisseev2016-12-131-0/+1
| |
* | [WebUI] Fix read only2Anna Stakhova2016-12-132-12/+14
| |