mirror of
https://github.com/portainer/portainer.git
synced 2025-08-08 23:35:31 +02:00
chore(lint): fix lint failure after latest merge
This commit is contained in:
parent
437831fa80
commit
b2ac2b4c6d
1 changed files with 2 additions and 2 deletions
|
@ -4,12 +4,12 @@ import { InsightsBox } from '@@/InsightsBox';
|
|||
import { Link } from '@@/Link';
|
||||
|
||||
export function StackNameLabelInsight() {
|
||||
const { isAdmin } = useCurrentUser();
|
||||
const { isPureAdmin } = useCurrentUser();
|
||||
const insightsBoxContent = (
|
||||
<>
|
||||
The stack field below was previously labelled 'Name' but, in
|
||||
fact, it's always been the stack name (hence the relabelling).
|
||||
{isAdmin && (
|
||||
{isPureAdmin && (
|
||||
<>
|
||||
<br />
|
||||
Kubernetes Stacks functionality can be turned off entirely via{' '}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue