Project

General

Profile

« Previous | Next » 

Revision 85d4141b

Added by Oleh Fedorenko about 1 month ago

Fixes #36738 - Add remediation wizard (#546)

  • Fixes #36738 - Add remediation wizard
  • Refs #36738 - Re-use host selection box from core
  • Refs #36738 - Remove searchbar
  • Refs #36738 - Return SelectNone option
  • Refs #36738 - Use relative import for ExternalLink icon
  • Refs #36738 - Return SelectAll option
  • Refs #36738 - Change Select none to Select default
  • Refs #36738 - Improve help strings

View differences:

webpack/components/EmptyState.js
EmptyState.propTypes = {
title: PropTypes.string,
body: PropTypes.string,
error: PropTypes.oneOfType([PropTypes.shape({}), PropTypes.string]),
body: PropTypes.oneOfType([PropTypes.string, PropTypes.node]),
error: PropTypes.oneOfType([
PropTypes.shape({}),
PropTypes.string,
PropTypes.bool,
]),
search: PropTypes.bool,
lock: PropTypes.bool,
primaryButton: PropTypes.node,

Also available in: Unified diff