summary refs log tree commit diff
path: root/emacs/custom
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-05-04 20:10:50 -0700
committerFranck Cuny <franck@fcuny.net>2022-05-04 20:10:50 -0700
commit1337af82ffb52eb31f1fc6af186f70422ef76604 (patch)
treebe051b0ad542787c0c61536f9ff0f3586cf962b4 /emacs/custom
parentelfeed: start refactoring (diff)
downloademacs.d-1337af82ffb52eb31f1fc6af186f70422ef76604.tar.gz
my-uptime: new module to calculate availability
For a given SLO, calculate what's the allowed downtime for different
time period.
Diffstat (limited to '')
-rw-r--r--emacs/custom/my-ui.el2
1 files changed, 1 insertions, 1 deletions
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)