|
|
@ -4,12 +4,12 @@ import { InsightsBox } from '@@/InsightsBox';
|
|
|
|
import { Link } from '@@/Link';
|
|
|
|
import { Link } from '@@/Link';
|
|
|
|
|
|
|
|
|
|
|
|
export function StackNameLabelInsight() {
|
|
|
|
export function StackNameLabelInsight() {
|
|
|
|
const { isAdmin } = useCurrentUser();
|
|
|
|
const { isPureAdmin } = useCurrentUser();
|
|
|
|
const insightsBoxContent = (
|
|
|
|
const insightsBoxContent = (
|
|
|
|
<>
|
|
|
|
<>
|
|
|
|
The stack field below was previously labelled 'Name' but, in
|
|
|
|
The stack field below was previously labelled 'Name' but, in
|
|
|
|
fact, it's always been the stack name (hence the relabelling).
|
|
|
|
fact, it's always been the stack name (hence the relabelling).
|
|
|
|
{isAdmin && (
|
|
|
|
{isPureAdmin && (
|
|
|
|
<>
|
|
|
|
<>
|
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|
Kubernetes Stacks functionality can be turned off entirely via{' '}
|
|
|
|
Kubernetes Stacks functionality can be turned off entirely via{' '}
|
|
|
|