Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
d0665c24 07/01/2018 04:19 PM Amir Fefer

Fixes #23920 - add missing header in welcome pages

833e2aef 04/11/2018 10:56 AM Amir Fefer

Fixes #22855 - Add full breadcrumbs functionality

9738aa6e 03/29/2018 06:44 PM Amir Fefer

Fixes #22236 - Adds breadcrumbs to foreman UI

ca1f814a 12/18/2017 09:58 AM Ohad Levy

Revert "Fixes #21312 - components for formatting dates" (#5094)

This reverts commit f2121ffcd31a2ba51895a04ce780a24f03295184.

f2121ffc 12/12/2017 02:49 PM Tomáš Strachota

Fixes #21312 - components for formatting dates

1766969f 10/30/2017 03:24 PM Avi Sharvit

Fixes #21447 - The login page should be based on patternfly

51919636 10/16/2017 01:37 PM Amir Fefer

Fixes #18492 - add pf vertical navigation

caa81e6f 07/04/2017 05:32 AM Ohad Levy

fixes #20097 - webpack support for foreman plugins

How to use:

in a plugin, create a directory call webpack
then inside a file called index.js put something like:

```
import React from 'react';
import ReactDOM from 'react-dom';
import Icon from 'foremanReact/common/Icon';...

b9df73be 05/10/2017 04:25 AM Ohad Levy

fixes #19479, #10587, #19500 - two pane notifications are visible

- notification is now inside the content div, allowing two-pane server
responses to include it.
- refactored all notifications to use notification helpers (notice,
warning and error) instead of direct flash manipulation...

d91a0e4d 05/08/2017 06:12 AM Ohad Levy

fixes #14178 - introduce patternfly toast notifications

- replaces old jnoitfy with react implementation.
- Adds a notification store to handle events from
rails flash + legacy javascript Notice function and expose
an Action API to add notifications.

View revisions

Also available in: Atom