Skip to content

Commit ac2993a

Browse files
committed
Merge pull request #543 from maciaszczykm/window-out-icon
Add open_in_new icons to external links
2 parents ef97cca + 70a3d66 commit ac2993a

File tree

3 files changed

+21
-14
lines changed

3 files changed

+21
-14
lines changed

src/app/frontend/deploy/createsecret.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ <h4 class="md-title">Create a new image pull secret</h4>
3838
</md-input-container>
3939
<kd-user-help>
4040
A secret with the specified name will be added to the cluster in the namespace <span class="kd-emphasized">{{ctrl.namespace}}.</span>
41-
<a href="http://kubernetes.github.io/docs/user-guide/secrets/" target="_blank">Learn more</a>
41+
<a href="http://kubernetes.github.io/docs/user-guide/secrets/" target="_blank">
42+
Learn more <i class="material-icons">open_in_new</i>
43+
</a>
4244
</kd-user-help>
4345
</kd-help-section>
4446

@@ -55,7 +57,10 @@ <h4 class="md-title">Create a new image pull secret</h4>
5557
<kd-user-help>
5658
Specify the data for your secret to hold. The value is the Base64 encoded content of a
5759
.dockercfg file.
58-
<a href="http://kubernetes.github.io/docs/user-guide/images/#specifying-imagepullsecrets-on-a-pod" target="_blank">Learn more</a>
60+
<a href="http://kubernetes.github.io/docs/user-guide/images/#specifying-imagepullsecrets-on-a-pod"
61+
target="_blank">
62+
Learn more <i class="material-icons">open_in_new</i>
63+
</a>
5964
</kd-user-help>
6065
</kd-help-section>
6166

src/app/frontend/deploy/deployfromsettings.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
An 'app' label with this value will be added to the Replication Controller and Service that get
4747
deployed.
4848
<a href="http://kubernetes.github.io/docs/user-guide/labels/" target="_blank" tabindex="-1">
49-
Learn more
49+
Learn more <i class="material-icons">open_in_new</i>
5050
</a>
5151
</kd-user-help>
5252
</kd-help-section>
@@ -68,7 +68,7 @@
6868
Enter the URL of a public image on any registry, or a private image hosted on Docker Hub or
6969
Google Container Registry.
7070
<a href="http://kubernetes.github.io/docs/user-guide/images/" target="_blank" tabindex="-1">
71-
Learn more
71+
Learn more <i class="material-icons">open_in_new</i>
7272
</a>
7373
</kd-user-help>
7474
</kd-help-section>
@@ -89,7 +89,7 @@
8989
cluster.
9090
<a href="http://kubernetes.github.io/docs/user-guide/replication-controller/" target="_blank"
9191
tabindex="-1">
92-
Learn more
92+
Learn more <i class="material-icons">open_in_new</i>
9393
</a>
9494
</kd-user-help>
9595
</kd-help-section>
@@ -105,7 +105,7 @@
105105
The internal DNS name for this Service will be: <span class="kd-emphasized">{{ctrl.name}}</span>.
106106
</span>
107107
<a href="http://kubernetes.github.io/docs/user-guide/services/" target="_blank" tabindex="-1">
108-
Learn more
108+
Learn more <i class="material-icons">open_in_new</i>
109109
</a>
110110
</kd-user-help>
111111
</kd-help-section>
@@ -148,7 +148,7 @@
148148
The specified labels will be applied to the created Replication Controller, Service (if any)
149149
and Pods. Common labels include release, environment, tier, partition and track.
150150
<a href="http://kubernetes.github.io/docs/user-guide/labels/" target="_blank" tabindex="-1">
151-
Learn more
151+
Learn more <i class="material-icons">open_in_new</i>
152152
</a>
153153
</kd-user-help>
154154
</kd-help-section>
@@ -168,7 +168,7 @@
168168
<kd-user-help>
169169
Namespaces let you partition resources into logically named groups.
170170
<a href="http://kubernetes.github.io/docs/admin/namespaces/" target="_blank" tabindex="-1">
171-
Learn more
171+
Learn more <i class="material-icons">open_in_new</i>
172172
</a>
173173
</kd-user-help>
174174
</kd-help-section>
@@ -189,7 +189,7 @@
189189
The specified image could require a pull secret credential if it is private. You may choose an
190190
existing secret or create a new one.
191191
<a href="http://kubernetes.github.io/docs/user-guide/secrets/" target="_blank" tabindex="-1">
192-
Learn more
192+
Learn more <i class="material-icons">open_in_new</i>
193193
</a>
194194
</kd-user-help>
195195
</kd-help-section>
@@ -217,7 +217,7 @@
217217
<kd-user-help>
218218
You can specify minimum CPU and memory requirements for the container.
219219
<a href="http://kubernetes.io/v1.1/docs/admin/limitrange/" target="_blank" tabindex="-1">
220-
Learn more
220+
Learn more <i class="material-icons">open_in_new</i>
221221
</a>
222222
</kd-user-help>
223223
</kd-help-section>
@@ -239,7 +239,7 @@
239239
use the command options to override the default.
240240
<a href="http://kubernetes.github.io/docs/user-guide/containers/" target="_blank"
241241
tabindex="-1">
242-
Learn more
242+
Learn more <i class="material-icons">open_in_new</i>
243243
</a>
244244
</kd-user-help>
245245
</kd-help-section>
@@ -254,7 +254,7 @@
254254
Processes in privileged containers are equivalent to processes running as root on the host.
255255
<a href="http://kubernetes.github.io/docs/user-guide/pods/#privileged-mode-for-pod-containers"
256256
target="_blank" tabindex="-1">
257-
Learn more
257+
Learn more <i class="material-icons">open_in_new</i>
258258
</a>
259259
</kd-user-help>
260260
</kd-help-section>
@@ -267,7 +267,7 @@
267267
using $(VAR_NAME) syntax.
268268
<a href="http://kubernetes.github.io/docs/docs/design/expansion/" target="_blank"
269269
tabindex="-1">
270-
Learn more
270+
Learn more <i class="material-icons">open_in_new</i>
271271
</a>
272272
</kd-user-help>
273273
</kd-help-section>

src/app/frontend/deploy/upload.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
</div>
3939
<kd-user-help>
4040
Select a YAML or JSON file, specifying the resources to deploy.
41-
<a href="http://kubernetes.github.io/docs/user-guide/deploying-applications/" target="_blank">Learn more</a>
41+
<a href="http://kubernetes.github.io/docs/user-guide/deploying-applications/" target="_blank">
42+
Learn more <i class="material-icons">open_in_new</i>
43+
</a>
4244
</kd-user-help>
4345
</kd-help-section>

0 commit comments

Comments
 (0)