From 1337af82ffb52eb31f1fc6af186f70422ef76604 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 4 May 2022 20:10:50 -0700 Subject: my-uptime: new module to calculate availability For a given SLO, calculate what's the allowed downtime for different time period. --- emacs/custom/my-ui.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs/custom') diff --git a/emacs/custom/my-ui.el b/emacs/custom/my-ui.el index 59d0b46..1dabcea 100644 --- a/emacs/custom/my-ui.el +++ b/emacs/custom/my-ui.el @@ -106,7 +106,7 @@ (window-width . 0.4) (side . left) (slot . 0)) - ("\\*\\(wclock\\).*" + ("\\*\\(wclock\\|slo-calculator\\).*" (display-buffer-in-side-window) (window-width . 0.35) (side . left) -- cgit 1.4.1