Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
69379b51 07/08/2021 12:46 PM Ondřej Ezr

Fixes #32584 - drop flot charts

All uses of flot charts have been deprecated and are rendering React
counterparts. We can remove flot charts now.

066f573b 07/08/2021 12:46 PM Ondřej Ezr

Fixes #23665 - Patternfly charts on Host Detail

We are still using deprecated method `flot_chart` to render the Host
detail page charts. It works, but we should migrate to rendering
React components directly.

4253d832 07/06/2021 11:33 AM Tomer Brisker

Fixes #32840 - Avoid duplicate tooltips on settings (#8610)

  • Fixes #32840 - Avoid duplicate tooltips on settings

EllipsisWithTooltips causes a duplicate tooltip to be shown for setting
values in Firefox. There is no need to show a tooltip for long values,...

e89e9a00 07/06/2021 07:53 AM Amir Fefer

Fixes #32692 - add kebab dropdown support to host details cards

a3d1c6aa 07/05/2021 12:39 AM Tomer Brisker

Fixes #32752 - Don't allow editing readonly settings (#8608)

  • Fixes #32752 - Don't allow editing readonly settings
  • Refs #32752 - Move setting editing handling into the cell

Instead of having the table handle the modal and passing down the
callback to trigger it, move the editing logic into the inner cell....

2d8b1bbc 06/25/2021 10:11 AM Maria Agaphontzev

Fixes #29614 - add search to ace editor

7f3bd27c 06/22/2021 02:23 PM Tomer Brisker

Fixes #32484 - Translate settings tooltip

Remove the settings name from the tooltip as it's already displayed in
the table right next to it. Only show the default value, with the
"Default: " string translated.

82cb7966 06/22/2021 01:09 PM Amir Fefer

Fixes #32828 - enable secondary tabs in host details page

2e70daed 06/22/2021 11:43 AM Tomer Brisker

Fixes #32843 - Don't mock sprintf, n__() in js tests

`sprintf` should return an interpolated string, not the original
formatting string. `n__()` should return the correct string for
singular/plural.

13c608dd 06/22/2021 08:35 AM Tomer Brisker

Refs #31100 - Fix typos in DocumentationLink component

A couple of typos were missed in the original PR. Also, there is no need
to pass both href and onClick to the menu item, as the onClick disables
the default href behavior.

View revisions

Also available in: Atom