+
+
+
+
+ );
+}
+SmartInventoryButton.propTypes = {
+ onClick: func.isRequired,
+};
+
+export default withI18n()(SmartInventoryButton);
diff --git a/awx/ui_next/src/screens/Host/HostList/SmartInventoryButton.test.jsx b/awx/ui_next/src/screens/Host/HostList/SmartInventoryButton.test.jsx
new file mode 100644
index 0000000000..b8f47725f5
--- /dev/null
+++ b/awx/ui_next/src/screens/Host/HostList/SmartInventoryButton.test.jsx
@@ -0,0 +1,16 @@
+import React from 'react';
+import { mountWithContexts } from '../../../../testUtils/enzymeHelpers';
+import SmartInventoryButton from './SmartInventoryButton';
+
+describe('