Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [WebUI] Load modules dynamically | moisseev | 2023-11-16 | 1 | -11/+9 |
| | |||||
* | [Minor] Use modern ESLint globals definition | moisseev | 2023-11-14 | 1 | -1/+1 |
| | |||||
* | [WebUI] Put total in the center of pie charts | moisseev | 2022-09-07 | 1 | -2/+7 |
| | |||||
* | [WebUI] Replace pie chart library | moisseev | 2022-02-20 | 1 | -159/+105 |
| | |||||
* | [WebUI] Disable Refresh until ongoing requests | moisseev | 2020-11-20 | 1 | -0/+1 |
| | | | | are finished | ||||
* | [WebUI] Use actions names as labels | moisseev | 2020-08-07 | 1 | -6/+6 |
| | |||||
* | [Minor] WebUI: Use public getSelector() function | moisseev | 2019-08-20 | 1 | -14/+8 |
| | |||||
* | [WebUI] Show grayed out pie | Alexander Moisseev | 2019-03-29 | 1 | -2/+30 |
| | | | | when throughput percentage is undefined | ||||
* | [WebUI] Update Throughput summary values dynamically | Alexander Moisseev | 2019-03-29 | 1 | -24/+28 |
| | | | | instead of reloading table rows | ||||
* | [WebUI] Fix throughput data consolidation | Alexander Moisseev | 2018-09-21 | 1 | -16/+20 |
| | |||||
* | [Minor] Remove extra parentheses | Alexander Moisseev | 2018-09-17 | 1 | -1/+1 |
| | |||||
* | [Minor] Enforce consistent key-value spacing | Alexander Moisseev | 2018-09-16 | 1 | -10/+10 |
| | |||||
* | [WebUI] Fix tables destroying | Alexander Moisseev | 2018-09-01 | 1 | -27/+19 |
| | | | | | It seems there is a bug in Footable. FooTable doesn't remove the table body if the table was initialized without contents. | ||||
* | [WebUI] Destroy summary table on disconnect | Alexander Moisseev | 2018-09-01 | 1 | -12/+11 |
| | |||||
* | [WebUI] Avoid throughput summary table reinitialization | Alexander Moisseev | 2018-08-21 | 1 | -29/+48 |
| | | | | on data update | ||||
* | [Minor] Add "errorOnceId" parameter to query function | Alexander Moisseev | 2018-07-30 | 1 | -10/+2 |
| | |||||
* | [Minor] Refactor query function to use named parameters | Alexander Moisseev | 2018-07-28 | 1 | -5/+5 |
| | |||||
* | [WebUI] Refactor query functions into one | Alexander Moisseev | 2018-07-25 | 1 | -48/+41 |
| | |||||
* | [WebUI] Use common query functions to get graph data | Alexander Moisseev | 2018-07-22 | 1 | -62/+48 |
| | |||||
* | [Minor] Use consistent brace style for blocks (1tbs) | Alexander Moisseev | 2018-07-15 | 1 | -2/+1 |
| | |||||
* | [WebUI] Enable strict mode, | Alexander Moisseev | 2018-07-12 | 1 | -4/+5 |
| | | | | | rename `interface` oblect as it is a reserved keyword, declare $span and $tbody variables | ||||
* | [WebUI] Use self-explanatory notation | Alexander Moisseev | 2018-07-11 | 1 | -5/+5 |
| | | | | for type conversion | ||||
* | [WebUI] Use type-safe equality operators | Alexander Moisseev | 2018-07-11 | 1 | -1/+1 |
| | |||||
* | [Test] Specify JS Globals | Alexander Moisseev | 2018-07-08 | 1 | -0/+2 |
| | |||||
* | [WebUI] Avoid using "undefined" property | Alexander Moisseev | 2018-07-08 | 1 | -1/+1 |
| | | | | of the global object | ||||
* | [WebUI] Remove unused variables | Alexander Moisseev | 2018-07-06 | 1 | -1/+1 |
| | |||||
* | [Minor] JS: Remove redundant quotes | Alexander Moisseev | 2018-07-06 | 1 | -1/+1 |
| | | | | around object literal property names | ||||
* | [Minor] JS: Add space before parentheses | Alexander Moisseev | 2018-07-05 | 1 | -4/+4 |
| | | | | of anonymous functions | ||||
* | [Minor] JS: Disable "no-bitwise" rule for specific lines | Alexander Moisseev | 2018-07-05 | 1 | -1/+1 |
| | |||||
* | [Minor] JS: Remove extra spaces | Alexander Moisseev | 2018-07-05 | 1 | -5/+5 |
| | |||||
* | [Minor] JS: Add missing spaces before block brackets | Alexander Moisseev | 2018-07-04 | 1 | -1/+1 |
| | |||||
* | [Minor] JS: Remove spaces inside object's curly braces | Alexander Moisseev | 2018-07-04 | 1 | -6/+6 |
| | |||||
* | [Minor] JS: Add missed semicolons | Alexander Moisseev | 2018-07-03 | 1 | -1/+1 |
| | |||||
* | [Minor] JS: Use consistent indentation | Alexander Moisseev | 2018-07-03 | 1 | -233/+233 |
| | |||||
* | [Minor] JS: Use double quotes wherever possible | Alexander Moisseev | 2018-07-03 | 1 | -14/+14 |
| | |||||
* | [WebUI] Stop using "const" declaration | Alexander Moisseev | 2018-07-02 | 1 | -1/+1 |
| | | | | as it is not compatible with ES5 | ||||
* | [WebUI] Add messages total to throughput summary | Alexander Moisseev | 2018-04-03 | 1 | -0/+4 |
| | |||||
* | [WebUI] Update D3Evolution 1.0.0 -> 1.1.0 | Alexander Moisseev | 2017-11-28 | 1 | -0/+4 |
| | | | | + Add logarithmic vertical scale | ||||
* | [WebUI] Fix message count in throughput summary (#1724) | Alexander Moisseev | 2017-11-03 | 1 | -2/+5 |
| | | | | MFH: rspamd-1.6 | ||||
* | [WebUI] Fix NaNs display on Throughput graph | Alexander Moisseev | 2017-11-03 | 1 | -1/+3 |
| | | | | MFH: rspamd-1.6 | ||||
* | [WebUI] Round-up throughput summary values | Alexander Moisseev | 2017-06-22 | 1 | -4/+4 |
| | |||||
* | [Minor] Fix English | Andrew Lewis | 2017-03-27 | 1 | -1/+1 |
| | |||||
* | [WebUI] Fix history clustering | Vsevolod Stakhov | 2017-03-25 | 1 | -1/+1 |
| | |||||
* | [WebUI] Use Footable to draw Throughput summary table | Alexander Moisseev | 2017-03-21 | 1 | -17/+23 |
| | |||||
* | [Minor] Fix spelling | Vsevolod Stakhov | 2017-03-06 | 1 | -1/+1 |
| | |||||
* | [WebUI] Auto-switch Throughput units to `msg/min` for very low rate | Alexander Moisseev | 2017-03-04 | 1 | -9/+28 |
| | | | | Suggested by: Elodie via IRC | ||||
* | [WebUI] Fix graph dataset selector initialization | Alexander Moisseev | 2017-02-21 | 1 | -23/+20 |
| | |||||
* | [WebUI] Fix mouse events on throughput summary table area | Alexander Moisseev | 2017-02-18 | 1 | -0/+10 |
| | |||||
* | [WebUI] Fix compatibility with non-ES6 compliant browsers | Alexander Moisseev | 2017-02-14 | 1 | -2/+2 |
| | |||||
* | [WebUI] Fix `All SERVERS` graph fot just one available server | Alexander Moisseev | 2017-02-13 | 1 | -3/+9 |
| |