diff options
author | Franck Cuny <franck@fcuny.net> | 2022-05-04 20:10:50 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-05-04 20:10:50 -0700 |
commit | 1337af82ffb52eb31f1fc6af186f70422ef76604 (patch) | |
tree | be051b0ad542787c0c61536f9ff0f3586cf962b4 /emacs/custom | |
parent | elfeed: start refactoring (diff) | |
download | emacs.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 'emacs/custom')
-rw-r--r-- | emacs/custom/my-ui.el | 2 |
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) |