aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.html (unfollow)
Commit message (Collapse)Author
2022-04-11put things into proper directoriesEgor Tensin
2022-04-11index.html: use Bootstrap utilitiesEgor Tensin
2022-04-11index.html: two-space CSS indentEgor Tensin
2022-04-11upgrade Bootstrap & jQueryEgor Tensin
2022-04-11index.html: add Docker status sectionEgor Tensin
2022-01-23dump exceptions to browser's consoleEgor Tensin
2021-10-04fix whitespaceEgor Tensin
2021-10-03index.html: safer DOM generation using jQueryv1.0.1Egor Tensin
I learned how to do it, currently evaluating if it's actually safer and maintanable.
2021-03-04put status refresh interval next to headerEgor Tensin
2021-03-04add journalctl outputEgor Tensin
2021-03-04get rid of the /timers endpoit, use /statusEgor Tensin
2021-03-03merge {reboot,poweroff}.sh into get.pyEgor Tensin
2021-03-03add server.pyEgor Tensin
It runs a web server and imports the request handling classes from get.py directly, hence eliminating the performance culprit (which was the `import` processing for each request).
2021-02-27remove obsolete user panelsEgor Tensin
2021-02-27Python server can now be run as rootEgor Tensin
If run as root, the server queries all the users.
2021-02-27merge CGI scripts into oneEgor Tensin
2018-10-29"updated" -> "refreshed"Egor Tensin
2018-08-12show failed units by defaultEgor Tensin
2018-07-18use Bootstrap's pre-scrollableEgor Tensin
2018-07-10add `systemctl --failed` outputEgor Tensin
2018-07-05add dependencies locallyEgor Tensin
2018-07-05add reboot/shutdown buttonsEgor Tensin
2018-07-05code styleEgor Tensin
2018-07-04minor layout tweaksEgor Tensin
2018-07-04add expand/collapse buttonsEgor Tensin
2018-07-03remove trailing colonsEgor Tensin
2018-07-03minor design tweaksEgor Tensin