-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Icon computer-x #2
Comments
@aklein-dex this bug was already fixed in this commit in the jenkins-material-theme repo: afonsof/jenkins-material-theme@d7ca378 |
.icon-computer-x {
.icon-img('../images/computer_offline.svg', @color-grey);
}
.icon-new-computer {
.icon-img('../images/computer_new.svg', @color-grey);
} |
Nice, thank you! |
@aklein-dex I guess it was not fixed here yet. Only in the another theme jenkins-material-theme. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems that there is no icon for computer-x.
If you go to the "Nodes" section, you can see a table with all the nodes. When a node is offline, you should see an image with a "x" on it. But with your theme, no image is displayed. Here is the html code:
However, when a node is online, this image is displayed correctly:
The text was updated successfully, but these errors were encountered: