I have installed Icinga 2 dashboard and I have an issue with the pie-chart widgets and labels.
The widgets render too big for the box and the labes are in grey color when they should be in white.
There is an error in browser develepment console. Maybe it has something to do with the issue.
Hello,
I have installed Icinga 2 dashboard and I have an issue with the pie-chart widgets and labels. The widgets render too big for the box and the labes are in grey color when they should be in white.
There is an error in browser develepment console. Maybe it has something to do with the issue.
Dashing version: 1.3.7
Ruby version: Ruby 2.7.0p0 (2019-12-25 revision 647ee6f091)
Version of this project: commit 5ed16c97f83863a0074dde847b2397c6ed49b7f8 (HEAD -> master, origin/master, origin/HEAD) Author: Daniel dbodky@gmail.com Date: Fri Aug 20 21:47:57 2021 +0200 diff --git a/Dockerfile b/Dockerfile index e2d9fc9..9e18a11 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM ruby:buster +FROM ruby:2.7-buster -MAINTAINER Michael Friedrich michael.friedrich@gmail.com +MAINTAINER Daniel Bodky dbodky@gmail.com ENV LANG C.UTF-8 ENV DEBIAN_FRONTEND noninteractive
Modifications to this project, if any (
git diff
): icinga2.txtOperating System and version: Ubuntu 20.04.3 LTS
Client browser and version: Google Chrome verison 95.0.4638.69