Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  javascripts

Latest revisions

# Date Author Comment
92b4247f 04/21/2021 08:48 AM Ondřej Ezr

Fixes #32360 - remove array destruction

This removes usage of array destruction as babel is unable to handle it
for some reason and given we have just two usecases, it is easier to
drop it, then figure out what's wrong with babel.

b264a1e1 04/19/2021 03:57 PM Ondřej Ezr

Refs #30784 - MemoryAllocation use react helper

In 8a9922fd we've removed `byte_size_f` last usage.
This is moving the byte_size_f to render the React component, to
seamlessly integrate into the form without breaking any plugins that
were possibly still using it....

d849076e 04/15/2021 11:47 AM Leos Stejskal

Fixes #32313 - Bookmarks menu enhancements

- New link 'Manage bookmarks' leading to /bookmarks
page with search query set to current controller
- Documentation link moved to the end of the menu
- Added icon to 'Bookmark this search' link

d3ddfac0 04/09/2021 10:52 AM Tomer Brisker

Fixes #32153 - Hide tooltip on multiselect all buttons

The tooltips remain shown on click because the elemnt they are attached
to is a `a` tag, which remains in focus until the user clicks elsewhere
so there is no `focusout` event fired.
For the deselect all button, the click handler calls...

22fa1637 04/08/2021 11:31 AM yifat makias

Fixes #30288 - replace CPU/Cores/socket input to react comp

8a9922fd 03/24/2021 05:01 PM yifat makias

Fixes #30784 - replace memory allocation input to react comp

13af2e12 03/22/2021 11:21 PM Tomer Brisker

Fixes #31665 - Remove changeTaxonomy actions from layout

Changing a taxonomy triggers a full page reload, so `changeLocation` and
`changeOrganization` have no actual use. Dropping them also simplifies
components quite a bit.

921a18bb 03/17/2021 08:00 AM Amir Fefer

Fixes #31848 - fix ForemanForm error regression

6d8b2f92 03/15/2021 02:37 PM Ondřej Ezr

Refs #32025 - fix rerender guard condition

In 71c10db57f we've added a rerender option for HTML mounted components,
but the guard there was accidently reversed, so it only got rendered
twice on first mount, but never rerendered.

299c2976 03/15/2021 01:36 PM Maria Agaphontzev

Refs #30331 - refctor nav header to pf4

View revisions

Also available in: Atom