Skip to content

Commit df2b5b3

Browse files
author
OpenShift Bot
authored
Merge pull request #1036 from jwforres/storage-learn-more
Merged by openshift-bot
2 parents 2206b62 + 736bf03 commit df2b5b3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: app/views/create-persistent-volume-claim.html

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<h1>Create Storage</h1>
1818
<div class="help-block">
1919
Create a request for an administrator-defined storage asset by specifying size and permissions for a best fit.
20+
<a href="{{'persistent_volumes' | helpLink}}" target="_blank"><span class="learn-more-inline">Learn More&nbsp;<i class="fa fa-external-link" aria-hidden="true"></i></span></a>
2021
</div>
2122
<form name="createPersistentVolumeClaimForm" class="mar-top-lg">
2223
<fieldset ng-disabled="disableInputs">

Diff for: dist/scripts/templates.js

+1
Original file line numberDiff line numberDiff line change
@@ -4495,6 +4495,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
44954495
"<h1>Create Storage</h1>\n" +
44964496
"<div class=\"help-block\">\n" +
44974497
"Create a request for an administrator-defined storage asset by specifying size and permissions for a best fit.\n" +
4498+
"<a href=\"{{'persistent_volumes' | helpLink}}\" target=\"_blank\"><span class=\"learn-more-inline\">Learn More&nbsp;<i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></span></a>\n" +
44984499
"</div>\n" +
44994500
"<form name=\"createPersistentVolumeClaimForm\" class=\"mar-top-lg\">\n" +
45004501
"<fieldset ng-disabled=\"disableInputs\">\n" +

0 commit comments

Comments
 (0)