aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.html (follow)
Commit message (Collapse)AuthorAge
* put things into proper directoriesEgor Tensin2022-04-11
|
* index.html: use Bootstrap utilitiesEgor Tensin2022-04-11
|
* index.html: two-space CSS indentEgor Tensin2022-04-11
|
* upgrade Bootstrap & jQueryEgor Tensin2022-04-11
|
* index.html: add Docker status sectionEgor Tensin2022-04-11
|
* dump exceptions to browser's consoleEgor Tensin2022-01-23
|
* fix whitespaceEgor Tensin2021-10-04
|
* index.html: safer DOM generation using jQueryv1.0.1Egor Tensin2021-10-03
| | | | | I learned how to do it, currently evaluating if it's actually safer and maintanable.
* put status refresh interval next to headerEgor Tensin2021-03-04
|
* add journalctl outputEgor Tensin2021-03-04
|
* get rid of the /timers endpoit, use /statusEgor Tensin2021-03-04
|
* merge {reboot,poweroff}.sh into get.pyEgor Tensin2021-03-03
|
* add server.pyEgor Tensin2021-03-03
| | | | | | 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).
* remove obsolete user panelsEgor Tensin2021-02-27
|
* Python server can now be run as rootEgor Tensin2021-02-27
| | | | If run as root, the server queries all the users.
* merge CGI scripts into oneEgor Tensin2021-02-27
|
* "updated" -> "refreshed"Egor Tensin2018-10-29
|
* show failed units by defaultEgor Tensin2018-08-12
|
* use Bootstrap's pre-scrollableEgor Tensin2018-07-18
|
* add `systemctl --failed` outputEgor Tensin2018-07-10
|
* add dependencies locallyEgor Tensin2018-07-05
|
* add reboot/shutdown buttonsEgor Tensin2018-07-05
|
* code styleEgor Tensin2018-07-05
|
* minor layout tweaksEgor Tensin2018-07-04
|
* add expand/collapse buttonsEgor Tensin2018-07-04
|
* remove trailing colonsEgor Tensin2018-07-03
|
* minor design tweaksEgor Tensin2018-07-03
|
* initial commitEgor Tensin2018-07-03