Marek Bachmann
aad4dda353
Refactor view.tpl for admin/logs: Fixed illegal whitespace
2025-01-26 16:28:49 +00:00
Marek Bachmann
dc0d094610
Refactor view.tpl for admin/logs: Assign bootstrap.css text classes only (no bg adjustment)
2025-01-25 23:07:17 +00:00
Marek Bachmann
2e472f84a7
Refactor view.tpl for admin/logs: Assign bootstrap.css bg and text classes dynamically for log rows
2025-01-25 22:53:42 +00:00
Marek Bachmann
f3a160598f
Refactor view.tpl for admin/logs: Use class variable for log rows to eliminate whitespace from indentation in tr class attribute"
2025-01-25 22:40:23 +00:00
Tobias Diekershoff
453df9f26a
REUSE template files
2024-08-24 20:23:27 +02:00
Hannes Heute
6d80df6849
make logs table straight, don't use grid for table body
2024-07-04 14:58:35 +02:00
Hannes Heute
cd526f4e1d
improve log view table for mobile width using display:grid
2024-07-03 13:01:43 +02:00
Hannes Heute
01d1dc4f53
stop overflowing of messages in admin logs view
2024-07-02 22:29:08 +02:00
Michael
82327b0b06
Improve the log level display
2024-05-13 12:34:35 +00:00
Josh Soref
57d90e4c73
spelling: warning
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-03-26 16:14:16 -04:00
Hypolite Petovan
64d02c6636
Fix wrong class name in logs view template
...
- This was stunting the Javascript responsible for showing log entry details
2022-11-01 09:17:42 -04:00
Alessandro Lorenzi
94cf4fa37a
fix(frio): "Data" move header in template w/ l10n
...
fix : #11581
2022-07-28 18:10:01 +02:00
Roland Häder
58c48977ec
These files should never have executable files
2022-06-16 09:14:23 +02:00
Hypolite Petovan
d15ebb6fd3
Normalize base URL usage in admin templates
2022-03-11 23:14:21 -05:00
fabrixxm
0638e23f7a
Mark string translatable in View logs
...
and update messages.po
2021-10-01 16:46:55 +02:00
fabrixxm
7f695197aa
Fix review points
...
- Fix headers hierarchy
- Improve accessibility:
- set mouse pointer
- make rows focusable
- open on key press
- add tooltip with "title"
- add role and aria attributes
- Rename `ParsedLog` to `ParsedLogLine`
- Add docs to `ReversedFileReader`'s implementation of `Iterator`'s methods
- Add docs to `ParsedLogIterator`'s implementation of `Iterator`'s methods
- Remove unnecessary comment
- Add more test for parsing log lines and fix some edge cases
- Fix function name in snake-case to camelCase
- Remove `DIRECTORY_SEPARATOR`
2021-08-20 11:02:18 +02:00
fabrixxm
5e5d9db1b3
logs view: update frio template
...
add search and filter columns support.
add "prev/next" buttons to details popup
2021-08-19 14:55:33 +02:00
fabrixxm
b8fc6a8c02
Advanced log view: Frio version
...
Show log event details in a modal dialog
2021-08-19 14:55:33 +02:00