Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fleet] Clean up inaccurate comments about policy templates #114935

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export const StepConfigurePackagePolicy: React.FunctionComponent<{
);

// Configure inputs (and their streams)
// Assume packages only export one config template for now
const renderConfigureInputs = () =>
packagePolicyTemplates.length ? (
<>
Expand Down
1 change: 0 additions & 1 deletion x-pack/plugins/fleet/server/services/epm/packages/get.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ export async function getPackages(
}

// Get package names for packages which cannot have more than one package policy on an agent policy
// Assume packages only export one policy template for now
export async function getLimitedPackages(options: {
savedObjectsClient: SavedObjectsClientContract;
}): Promise<string[]> {
Expand Down