Skip to content

Commit

Permalink
fix(core/managed): add docs link to managed infra indicator (#7166)
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Munson committed Jun 28, 2019
1 parent d23ee1c commit ccf080a
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,12 @@ export const ManagedResourceDetailsIndicator = ({ entityTags }: IManagedResource
<p>
<b>Spinnaker is continuously managing this resource.</b>
</p>
<p>Changes made in the UI will be stomped in favor of the existing declarative configuration.</p>
<p>
Changes made in the UI will be stomped in favor of the existing declarative configuration.{' '}
<a href="https://www.spinnaker.io/reference/managed-delivery" target="_blank">
Learn More
</a>
</p>
</>
);

Expand Down

0 comments on commit ccf080a

Please sign in to comment.