Michael McDonald
Michael McDonald
This does not appear to be hiding the "# pages" count anymore. Did the CSS names change that would allow the above code to hide that?
Few months late, but I rate into the same issue. My problem was I was attempting to run my playbook against a device that was configured to be a `line-card`...
2nd the desire to contribute! If you put together some basic information on how to add additional syntax to Network_Tech I would be more than glad to work on adding...
As a note: I understand I can use "monokai_pro_minimal"; however that also changes the sidebar background. I'm trying to find a way to blend the title bar with the main...
Isn't the point of the sidebar to _be_ out of place from the primary editor? That way you're able to identify the end of the sidebar and the beginning of...
Throwing my vote in for a light theme as well. There are definitely times where I like dark, and definitely times where I like light.
@lapo-luchini : Could you explain what you mean by remove it? Are you referencing the `sort_by_label` component? I'm a bit new to this level of Grafana configuration and any help...
Scratch that; I got it! Needed to alter the dashboard to so the queries were: ``` max(ping_rtt_mean_seconds{instance="$instance",target=~"$target"}) by (target, ip_version, ip) ``` and ``` max(ping_loss_ratio{instance="$instance",target=~"$target"}) by (target, ip_version, ip) ```...