From 78d4fedb033351a85eef461d800c8e2aa404a3eb Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 11 Apr 2022 13:21:28 +0200 Subject: index.html: commands closer to buttons --- html/index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'html') diff --git a/html/index.html b/html/index.html index 89882b9..00ca4b5 100644 --- a/html/index.html +++ b/html/index.html @@ -25,34 +25,34 @@

-

top refreshed every - seconds

+

top refreshed every - seconds

Data not loaded.

-

docker ps -a

+

docker ps -a

Data not loaded.

-

systemctl --system list-units --failed

+

systemctl --system list-units --failed

Data not loaded.

-

systemctl --system status

+

systemctl --system status

Data not loaded.

-

systemctl --system list-timers --all

+

systemctl --system list-timers --all

Data not loaded.

-

journalctl --system -b --lines=20

+

journalctl --system -b --lines=20

Data not loaded.
@@ -286,7 +286,7 @@ function create_user_block(name, lbl, cmd) { let pre_id = `${lbl}_user_${name}`; let collapse_id = `collapse_${pre_id}`; let button_params = { - 'class': 'btn btn-outline-primary btn-sm mr-3', + 'class': 'btn btn-outline-primary btn-sm mr-2', 'data-toggle': 'collapse', 'data-target': '#' + collapse_id }; -- cgit v1.2.3