From 4f281aa3b768ad99f58d2f2dd789d2cab65ee0dd Mon Sep 17 00:00:00 2001 From: Konstantinos Familonidis Date: Fri, 17 Oct 2025 18:52:08 +0300 Subject: [PATCH] Fixes #38822: update pf3 buttons to pf5 - hosts --- .../react_app/components/hosts/storage/vmware/index.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/webpack/assets/javascripts/react_app/components/hosts/storage/vmware/index.js b/webpack/assets/javascripts/react_app/components/hosts/storage/vmware/index.js index 97a0ae855f..3af1a5f2c3 100644 --- a/webpack/assets/javascripts/react_app/components/hosts/storage/vmware/index.js +++ b/webpack/assets/javascripts/react_app/components/hosts/storage/vmware/index.js @@ -1,6 +1,7 @@ import { pick } from 'lodash'; import React from 'react'; -import { Alert, Button } from 'patternfly-react'; +import { Alert } from 'patternfly-react'; +import { Button } from '@patternfly/react-core'; import { connect } from 'react-redux'; import PropTypes from 'prop-types'; @@ -119,10 +120,11 @@ class StorageContainer extends React.Component {
{__('Storage')}