Apply suggestions from code review

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
pull/6011/head
Scott Anderson 2025-04-23 09:47:04 -06:00 committed by GitHub
parent 11541e912b
commit 4c7c8d13fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
{{- $link := print "/" $product "/" $version "/admin/tokens/" -}}
{{- $renderedLink := print $link $linkAppend -}}
{{- $hasDescriptor := ne $descriptor "" -}}
{{- $coreDescriptorBlacklist := slice "resource" "database" -}}
{{- $coreDescriptorBlacklist := slice "resource" "database" "system" -}}
{{- $enterpriseDescriptorBlacklist := slice "operator" -}}
{{- $s.Set "showDescriptor" $hasDescriptor -}}
{{- if (eq $version "core") -}}