Skip to content

Commit

Permalink
foremanUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
kmalyjur committed Jul 15, 2024
1 parent f2e6bca commit eda5323
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,22 @@ const HostsIndex = () => {
</Flex>
);

// console.log('setAPIOptions:', setAPIOptions);
// console.log('apiOptions:', apiOptions, urlSearchQuery);
// console.log('params:', params);

// if (results) {
// results.forEach((result, index) => {
// console.log(`Result ${index}:`, result);
// });
// }

// if (params) {
// params.forEach((result, index) => {
// console.log(`Param ${index}:`, result);
// });
// }

return (
<TableIndexPage
apiUrl={HOSTS_API_PATH}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ const TableIndexPage = ({
const searchProps = customSearchProps || memoDefaultSearchProps;
searchProps.autocomplete.searchQuery = search;

// console.log('customSearchProps:', customSearchProps);
// console.log('searchProps:', searchProps);
// console.log('memoDefaultSearchProps:', memoDefaultSearchProps);

const { setParamsAndAPI, setSearch, params } = useSetParamsAndApiAndSearch({
defaultParams,
apiOptions,
Expand Down

0 comments on commit eda5323

Please sign in to comment.