Consolidate button stylesThis patchset will create consistent button styling accordingto the styleguide and remove redundant button styles by creatingreusable button classes.This patchset also
Consolidate button stylesThis patchset will create consistent button styling accordingto the styleguide and remove redundant button styles by creatingreusable button classes.This patchset also implements a consistent strategy for includingicon assets. Currently, svg icons are imported as CSS backgroundimages or inlined into the markup. Inlining an svg is preferred,especially when used with buttons or links so the colors canbe easily changed for different states (hover, focus, disabled)without having to request variants.The icon provider allows us to inline svgs without clutteringthe markup. Webpack config was adjusted to use svg-inline-loaderwhen resolving svgs that are used by the icon provider directive.- All svgs were optimized to remove unncessary information.- Removed unused svg color variants- Moved icons used by icon provider to separate directory to avoid Webpack parsing the files twice- Small changes to navigation iconsSigned-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com>Change-Id: I1ca214b74fc502e6b6e760cfee88b48110237c43
show more ...
Add remote logging serverRemote logging enables the user to configure a remoteserver to stream out local logs. This feature will beavailable on the Event Log page. The user can add aremote serve
Add remote logging serverRemote logging enables the user to configure a remoteserver to stream out local logs. This feature will beavailable on the Event Log page. The user can add aremote server, edit/change an existing serverconfiguration and remove/disable the remote server.Resolves openbmc/phosphor-webui#68Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com>Change-Id: I8284cbdbdaaf85f5c95f237efc72290c66904b40