Project

General

Profile

Bug #26384

Clean OS and fact icons and provide better API for plugins

Added by Lukas Zapletal about 4 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Normal
Category:
Web Interface
Target version:
-
Difficulty:
Triaged:
Yes
Bugzilla link:
Fixed in Releases:
Found in Releases:
Red Hat JIRA:

Description

OS icon is rendered at 16x16, for some reason we store them mostly in 21x21 but there are other sizes as well. We should probably use the correct size everywhere.

app/assets/images/AIX.png:                PNG image data, 21 x 21, 16-bit/color RGB, non-interlaced
app/assets/images/Altlinux.png:           PNG image data, 21 x 21, 16-bit/color RGB, non-interlaced
app/assets/images/Archlinux.png:          PNG image data, 24 x 24, 8-bit/color RGBA, non-interlaced
app/assets/images/bullet_toggle_plus.png: PNG image data, 16 x 16, 8-bit grayscale, non-interlaced
app/assets/images/Centos.png:             PNG image data, 21 x 20, 8-bit/color RGBA, non-interlaced
app/assets/images/Coreos.png:             PNG image data, 21 x 21, 8-bit/color RGBA, non-interlaced
app/assets/images/Darwin.png:             PNG image data, 21 x 21, 16-bit/color RGB, non-interlaced
app/assets/images/Debian.png:             PNG image data, 21 x 25, 8-bit colormap, non-interlaced
app/assets/images/edit-hover.png:         PNG image data, 16 x 16, 8-bit colormap, non-interlaced
app/assets/images/edit.png:               PNG image data, 16 x 16, 4-bit colormap, non-interlaced
app/assets/images/Fedora.png:             PNG image data, 21 x 21, 8-bit/color RGBA, non-interlaced
app/assets/images/Freebsd.png:            PNG image data, 21 x 21, 8-bit/color RGBA, non-interlaced
app/assets/images/Gentoo.png:             PNG image data, 21 x 21, 8-bit/color RGBA, non-interlaced
app/assets/images/Junos.png:              PNG image data, 21 x 21, 16-bit/color RGB, non-interlaced
app/assets/images/login_logo.png:         PNG image data, 266 x 117, 8-bit/color RGBA, non-interlaced
app/assets/images/navbar.png:             PNG image data, 1400 x 60, 8-bit/color RGBA, non-interlaced
app/assets/images/NXOS.png:               PNG image data, 21 x 21, 8-bit colormap, non-interlaced
app/assets/images/OracleLinux.png:        PNG image data, 21 x 21, 16-bit/color RGB, non-interlaced
app/assets/images/pie_chart_icon.png:     PNG image data, 17 x 17, 8-bit/color RGBA, non-interlaced
app/assets/images/pie_overlay.png:        PNG image data, 117 x 125, 8-bit gray+alpha, non-interlaced
app/assets/images/Puppet.png:             PNG image data, 21 x 21, 16-bit/color RGB, non-interlaced
app/assets/images/Rancheros.png:          PNG image data, 21 x 21, 8-bit/color RGBA, non-interlaced
app/assets/images/Redhat.png:             PNG image data, 21 x 20, 8-bit/color RGBA, non-interlaced
app/assets/images/Scientific.png:         PNG image data, 24 x 24, 8-bit/color RGBA, non-interlaced
app/assets/images/SLC.png:                PNG image data, 24 x 25, 8-bit/color RGBA, non-interlaced
app/assets/images/Solaris.png:            PNG image data, 21 x 21, 16-bit/color RGB, non-interlaced
app/assets/images/sort_asc_disabled.png:  PNG image data, 19 x 19, 8-bit/color RGBA, non-interlaced
app/assets/images/sort_asc.png:           PNG image data, 19 x 19, 8-bit/color RGBA, non-interlaced
app/assets/images/sort_both.png:          PNG image data, 19 x 19, 8-bit gray+alpha, non-interlaced
app/assets/images/sort_desc_disabled.png: PNG image data, 19 x 19, 8-bit gray+alpha, non-interlaced
app/assets/images/sort_desc.png:          PNG image data, 19 x 19, 8-bit/color RGBA, non-interlaced
app/assets/images/Suse.png:               PNG image data, 21 x 21, 8-bit/color RGBA, non-interlaced
app/assets/images/Ubuntu.png:             PNG image data, 21 x 21, 8-bit/color RGBA, non-interlaced
app/assets/images/VRP.png:                PNG image data, 21 x 21, 8-bit/color RGBA, non-interlaced
app/assets/images/Windows.png:            PNG image data, 21 x 21, 16-bit/color RGB, non-interlaced
app/assets/images/Xenserver.png:          PNG image data, 21 x 21, 16-bit/color RGB, non-interlaced

Related issues

Related to Katello - Bug #27434: Use icon_path instead origin to override fact iconsClosed
Related to Ansible - Bug #27435: Use icon_path instead origin to override fact iconsClosed
Related to Salt - Bug #27436: Use icon_path instead origin to override fact iconsClosed
Related to Foreman - Bug #27533: Use the new and official Red Hat logoClosed
Related to Chef - Bug #27626: Fix icon path for factsClosed
Related to Foreman - Bug #28424: Puppet icon is missing as source in config reportsClosed

Associated revisions

Revision 0eeb78e0 (diff)
Added by Lukas Zapletal over 3 years ago

Fixes #26384 - cleaned os icons and new RH logo

History

#1 Updated by The Foreman Bot about 4 years ago

  • Assignee set to Lukas Zapletal
  • Status changed from New to Ready For Testing
  • Pull request https://github.com/theforeman/foreman/pull/6585 added

#2 Updated by Lukas Zapletal over 3 years ago

  • Subject changed from Operating system icons are various sizes to Clean OS and fact icons and provide better API for plugins

Let's go further and improve how plugins can override fact icons.

#3 Updated by Lukas Zapletal over 3 years ago

  • Related to Bug #27434: Use icon_path instead origin to override fact icons added

#4 Updated by Lukas Zapletal over 3 years ago

  • Related to Bug #27435: Use icon_path instead origin to override fact icons added

#5 Updated by Lukas Zapletal over 3 years ago

  • Related to Bug #27436: Use icon_path instead origin to override fact icons added

#6 Updated by The Foreman Bot over 3 years ago

  • Fixed in Releases 1.24.0 added

#7 Updated by Lukas Zapletal over 3 years ago

  • Status changed from Ready For Testing to Closed

#8 Updated by Lukas Zapletal over 3 years ago

  • Related to Bug #27533: Use the new and official Red Hat logo added

#9 Updated by Lukas Zapletal over 3 years ago

  • Related to Bug #27626: Fix icon path for facts added

#10 Updated by Tomer Brisker over 3 years ago

  • Related to Bug #28424: Puppet icon is missing as source in config reports added

Also available in: Atom PDF