Ricardo Cropalato Melo
Ricardo Cropalato Melo
How about a config option to select between: - display the total number of clients and show the badge with a neutral color (the default), - display the number of...
In my case puppet doesn't replace ':' by '_' in $::interfaces. So should be safe have both conditions like: --- a/modules/network/manifests/init.pp +++ b/modules/network/manifests/init.pp @@ -205,7 +205,7 @@ define network_if_base (...
I have the same problem and will work on a patch for that. Checking the code I can see "Labels" field is an array including staticLabels, issueGroupLabel, and possibly some...
I had a situation where I would like to use summary, but it was using description, the or condition creates a precedence. I can see other situations where I prefer...
@satterly Did I answer your question?