summaryrefslogtreecommitdiffstats
path: root/interface/js/app
Commit message (Collapse)AuthorAgeFilesLines
...
* [Minor] Refactor displayStatWidgets functionmoisseev2020-08-081-8/+5
|
* [Minor] Avoid double quotes escapingmoisseev2020-08-081-8/+8
|
* [WebUI] Add uptime and version to servers tablemoisseev2020-08-081-0/+6
|
* [WebUI] Remove actions capitalizationmoisseev2020-08-071-4/+6
|
* [WebUI] Add "rewrite subject" to Status tab widgetsmoisseev2020-08-071-1/+7
|
* [WebUI] Use actions names as labelsmoisseev2020-08-073-27/+14
|
* [WebUI] Use /stat path to get statmoisseev2020-08-071-45/+47
| | | | instead of /auth path
* [WebUI] Remove event listeners on disconnectmoisseev2020-08-021-0/+4
|
* [WebUI] Add preloadermoisseev2020-07-261-0/+3
|
* [WebUI] Hide navbar while page is loadingmoisseev2020-07-251-3/+1
|
* [Minor] Fix maps list layoutmoisseev2020-07-181-6/+7
|
* [WebUI] Add map editor (requires a modern browser)moisseev2020-07-141-7/+37
|
* [Minor] Use class for hiding WebUI elementsmoisseev2020-07-111-8/+0
|
* [WebUI] Rework actions formmoisseev2020-07-112-70/+73
|
* [WebUI] Rework maps modalmoisseev2020-07-101-31/+19
|
* [WebUI] Fix login modalmoisseev2020-07-091-9/+8
|
* [WebUI] Convert stat boxes to Bootstrap cardsmoisseev2020-07-081-11/+15
|
* [WebUI] Replace Glyphicons with Font Awesome SVG+JSmoisseev2020-07-062-4/+4
|
* [WebUI] Replace widget boxes with Bootstrap cardsmoisseev2020-07-042-4/+4
|
* [Minor] Remove line breakmoisseev2020-07-021-1/+1
|
* [Minor] Update classes removed in Bootstrap 4moisseev2020-07-012-3/+3
|
* [WebUI] Migrate to Bootstrap 4.5moisseev2020-07-016-47/+46
|
* [WebUI] Add selectors referencemoisseev2020-06-202-4/+61
|
* [WebUI] Rework cluster members tablemoisseev2020-06-131-8/+10
| | | | and change status tab layout
* Merge pull request #3397 from moisseev/webuiVsevolod Stakhov2020-06-071-0/+6
|\ | | | | [Minor] Hide Refresh button when it is unused
| * [Minor] Hide Refresh button when it is unusedmoisseev2020-06-071-0/+6
| |
* | [WebUI] Add "Test selectors" tabmoisseev2020-06-072-2/+100
|/
* [WebUI] Add auto-refresh interval settingsmoisseev2020-03-061-13/+66
|
* [Minor] Format numbers with d3.format,moisseev2020-02-022-9/+11
| | | | remove Humanize JS library.
* [Minor] Fix styleAlexander Moisseev2019-11-021-2/+2
|
* Remove prev form when clicking outside the modalAndré Peters2019-11-021-2/+2
| | | | 1. Function is triggered by click on close button **and** by clicking anywhere outside the modal to close it. 2. Form is being removed instead of hidden.
* [Minor] WebUI: enable scan button on page loadmoisseev2019-08-311-4/+7
| | | | if the text area is non-empty
* [WebUI] Rename Throughput time intervalsmoisseev2019-08-301-2/+2
| | | | <hourly|daily|weekly|monthly> -> <by day|by week|by month|by year>
* [Minor] WebUI: Use public getSelector() functionmoisseev2019-08-204-30/+16
|
* [WebUI] Rework scan results displaymoisseev2019-08-203-467/+531
|
* [WebUI] Really use checkv2Vsevolod Stakhov2019-08-131-1/+1
|
* [Minor] Use checkv2 backendVsevolod Stakhov2019-08-131-1/+1
|
* [Minor] Remove virtual scan time from WebUI historymoisseev2019-07-191-18/+6
|
* [WebUI] Fix sorting errors by datemoisseev2019-07-081-1/+6
| | | | #2965
* [Minor] WebUI: Remove unused codemoisseev2019-06-152-3/+0
|
* [WebUI] Scan/Learn: enable/disable buttons on mouse eventsmoisseev2019-06-051-1/+1
| | | | (drag-and-drop and context menu cut, delete, paste)
* [WebUI] Add URL fragments (#) supportmoisseev2019-05-121-4/+25
| | | | | | | | for tab switching - Show the correct tab when the page is loaded if there is a hash in the URL. - Changing the hash in the URL when the tab is changed. - Change the tab when the hash changes in the URL (back / forward buttons).
* [WebUI] Fix AJAX request URLmoisseev2019-05-091-1/+1
| | | | Fixes: #1552
* [WebUI] Fix symbol score input typeAlexander Moisseev2019-04-031-1/+1
|
* [WebUI] Combine Scan and Learning into one tabAlexander Moisseev2019-03-312-6/+7
| | | | Closes: #1441
* [WebUI] Show grayed out pieAlexander Moisseev2019-03-291-2/+30
| | | | when throughput percentage is undefined
* [WebUI] Update Throughput summary values dynamicallyAlexander Moisseev2019-03-291-24/+28
| | | | instead of reloading table rows
* [FIX] upload.js - eslintCarsten Rosenberg2019-01-191-2/+2
|
* [WebUI] Notify user if uploaded data was not learnedAlexander Moisseev2018-12-212-3/+6
| | | | #2684
* [WebUI] Remove redundant conditionAlexander Moisseev2018-12-211-3/+1
| | | | as "success" function is called only when .status is true