Skip to content

Commit

Permalink
All tables are done!
Browse files Browse the repository at this point in the history
  • Loading branch information
droideck committed Nov 21, 2024
1 parent 0975b5e commit 6835a6b
Show file tree
Hide file tree
Showing 10 changed files with 2,079 additions and 1,631 deletions.
4 changes: 1 addition & 3 deletions src/cockpit/389-console/src/lib/database/databaseTables.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {
SearchInput,
} from '@patternfly/react-core';
import {
Table,
Thead,
Tr,
Th,
Expand All @@ -17,9 +18,6 @@ import {
ExpandableRowContent,
SortByDirection
} from '@patternfly/react-table';
import {
Table
} from '@patternfly/react-table/deprecated';
import { TrashAltIcon } from '@patternfly/react-icons/dist/js/icons/trash-alt-icon';
import { ArrowRightIcon } from '@patternfly/react-icons/dist/js/icons/arrow-right-icon';
import PropTypes from "prop-types";
Expand Down
3 changes: 3 additions & 0 deletions src/cockpit/389-console/src/lib/plugins/managedEntries.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ import {
SelectOption,
SelectVariant
} from '@patternfly/react-core/deprecated';
import {
ExclamationCircleIcon,
} from '@patternfly/react-icons';

import { ManagedDefinitionTable, ManagedTemplateTable } from "./pluginTables.jsx";
import PluginBasicConfig from "./pluginBasicConfig.jsx";
Expand Down
Loading

0 comments on commit 6835a6b

Please sign in to comment.