mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Fleet] Hide advanced tab in Integrations when role is Fleet All Integrations Read (#125819)
This commit is contained in:
parent
53c5a42d60
commit
962ff44cc7
1 changed files with 1 additions and 1 deletions
|
@ -514,7 +514,7 @@ export function Detail() {
|
|||
});
|
||||
}
|
||||
|
||||
if (showCustomTab) {
|
||||
if (canReadPackageSettings && showCustomTab) {
|
||||
tabs.push({
|
||||
id: 'custom',
|
||||
name: (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue