Skip to content
Snippets Groups Projects
Commit 150f7e4a authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch '6614-do-not-stack-package-counters' into 'master'

do not stack values of available and security

See merge request !6
parents 1413ca32 0cca491d
Branches
No related tags found
1 merge request!6do not stack values of available and security
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
; ---------------------------------------------------------------------- ; ----------------------------------------------------------------------
; 2020-03-23 <axel.hahn@iml.unibe.ch> initial version ; 2020-03-23 <axel.hahn@iml.unibe.ch> initial version
; 2021-12-16 <axel.hahn@iml.unibe.ch> flip values for updates and sec updates ; 2021-12-16 <axel.hahn@iml.unibe.ch> flip values for updates and sec updates
; 2023-08-25 <axel.hahn@unibe.ch> do not stack values of available and security updates
; ====================================================================== ; ======================================================================
; ---------------------------------------------------------------------- ; ----------------------------------------------------------------------
...@@ -19,7 +20,8 @@ check_command = "Update-available" ...@@ -19,7 +20,8 @@ check_command = "Update-available"
[update-available.urlparams] [update-available.urlparams]
areaAlpha = "0.2" areaAlpha = "0.2"
areaMode = "stacked" ; areaMode = "stacked"
areaMode = "none"
; colors in functions section .. because if 1st value (security) is ; colors in functions section .. because if 1st value (security) is
; mising then the colors are wrong :-/ ; mising then the colors are wrong :-/
; colorList = "6699aa,ff0000" ; colorList = "6699aa,ff0000"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment