From ccf080aaf6fe6e887bdb4b71279a6aacf00782b4 Mon Sep 17 00:00:00 2001 From: Erik Munson Date: Fri, 28 Jun 2019 14:45:24 -0700 Subject: [PATCH] fix(core/managed): add docs link to managed infra indicator (#7166) --- .../core/src/managed/ManagedResourceDetailsIndicator.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/scripts/modules/core/src/managed/ManagedResourceDetailsIndicator.tsx b/app/scripts/modules/core/src/managed/ManagedResourceDetailsIndicator.tsx index c92447e8441..e34affd69c9 100644 --- a/app/scripts/modules/core/src/managed/ManagedResourceDetailsIndicator.tsx +++ b/app/scripts/modules/core/src/managed/ManagedResourceDetailsIndicator.tsx @@ -26,7 +26,12 @@ export const ManagedResourceDetailsIndicator = ({ entityTags }: IManagedResource

Spinnaker is continuously managing this resource.

-

Changes made in the UI will be stomped in favor of the existing declarative configuration.

+

+ Changes made in the UI will be stomped in favor of the existing declarative configuration.{' '} + + Learn More + +

);