Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 67603cb

Browse files
ghillertBoykoAlex
authored andcommitted
gh-150 Include the link to download the compatible shell
1 parent b36aef9 commit 67603cb

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

ui/app/scripts/shared/views/about.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ <h2>Data Flow Server Implementation</h2>
2222
</tbody>
2323
</table>
2424

25+
<h2>Get the Spring Cloud Data Flow Shell</h2>
26+
27+
<p class="index-page--subtitle">As an alternative to the Dashboard UI, you can also
28+
<a href="https://repo.spring.io/release/org/springframework/cloud/spring-cloud-dataflow-shell/{{dataflowVersionInfo.app.version}}/spring-cloud-dataflow-shell-{{dataflowVersionInfo.app.version}}.jar"
29+
target="_blank">download the compatible version of the Shell</a> ({{dataflowVersionInfo.app.version}}).</p>
30+
2531
<h2>Need Help or Found an Issue?</h2>
2632

2733
<table class="table table-hover">
@@ -33,10 +39,10 @@ <h2>Need Help or Found an Issue?</h2>
3339
<td>Sources</td><td><a target="_blank" href="https://github.com/spring-cloud/spring-cloud-dataflow">https://github.com/spring-cloud/spring-cloud-dataflow</a></td>
3440
</tr>
3541
<tr>
36-
<td>Documentation</td><td><a target="_blank" href="http://docs.spring.io/spring-cloud-dataflow/docs/{{dataflowVersionInfo.versionAvailable ? dataflowVersionInfo.version : 'current'}}/reference/html/">http://docs.spring.io/spring-cloud-dataflow/docs/{{dataflowVersionInfo.versionAvailable ? dataflowVersionInfo.version : 'current'}}/reference/html/</a></td>
42+
<td>Documentation</td><td><a target="_blank" href="http://docs.spring.io/spring-cloud-dataflow/docs/{{dataflowVersionInfo.app.version}}/reference/html/">http://docs.spring.io/spring-cloud-dataflow/docs/{{dataflowVersionInfo.app.version}}/reference/html/</a></td>
3743
</tr>
3844
<tr>
39-
<td>API Docs</td><td><a target="_blank" href="http://docs.spring.io/spring-cloud-dataflow/docs/{{dataflowVersionInfo.versionAvailable ? dataflowVersionInfo.version : 'current'}}/api/">http://docs.spring.io/spring-cloud-dataflow/docs/{{dataflowVersionInfo.versionAvailable ? dataflowVersionInfo.version : 'current'}}/api/</a></td>
45+
<td>API Docs</td><td><a target="_blank" href="http://docs.spring.io/spring-cloud-dataflow/docs/{{dataflowVersionInfo.app.version}}/api/">http://docs.spring.io/spring-cloud-dataflow/docs/{{dataflowVersionInfo.app.version}}/api/</a></td>
4046
</tr>
4147
<tr>
4248
<td>Support Forum</td><td><a target="_blank" href="http://stackoverflow.com/questions/tagged/spring-cloud">http://stackoverflow.com/questions/tagged/spring-cloud</a></td>

0 commit comments

Comments
 (0)