Project

General

Profile

Actions

Bug #26384

closed

Clean OS and fact icons and provide better API for plugins

Added by Lukas Zapletal about 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Normal
Category:
Web Interface
Target version:
-
Difficulty:
Triaged:
Yes
Fixed in Releases:
Found in Releases:

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 6 (0 open6 closed)

Related to Katello - Bug #27434: Use icon_path instead origin to override fact iconsClosedLukas ZapletalActions
Related to Ansible - Bug #27435: Use icon_path instead origin to override fact iconsClosedLukas ZapletalActions
Related to Salt - Bug #27436: Use icon_path instead origin to override fact iconsClosedLukas ZapletalActions
Related to Foreman - Bug #27533: Use the new and official Red Hat logoClosedLukas ZapletalActions
Related to Chef - Bug #27626: Fix icon path for factsClosedLukas ZapletalActions
Related to Foreman - Bug #28424: Puppet icon is missing as source in config reportsClosedTomer BriskerActions
Actions #1

Updated by The Foreman Bot about 5 years ago

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

Updated by Lukas Zapletal almost 5 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.

Actions #3

Updated by Lukas Zapletal almost 5 years ago

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

Updated by Lukas Zapletal almost 5 years ago

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

Updated by Lukas Zapletal almost 5 years ago

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

Updated by The Foreman Bot almost 5 years ago

  • Fixed in Releases 1.24.0 added
Actions #7

Updated by Lukas Zapletal almost 5 years ago

  • Status changed from Ready For Testing to Closed
Actions #8

Updated by Lukas Zapletal almost 5 years ago

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

Updated by Lukas Zapletal almost 5 years ago

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

Updated by Tomer Brisker over 4 years ago

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

Also available in: Atom PDF