This repository was archived by the owner on May 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
ui/app/scripts/shared/views Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,12 @@ <h2>Data Flow Server Implementation</h2>
22
22
</ tbody >
23
23
</ table >
24
24
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
+
25
31
< h2 > Need Help or Found an Issue?</ h2 >
26
32
27
33
< table class ="table table-hover ">
@@ -33,10 +39,10 @@ <h2>Need Help or Found an Issue?</h2>
33
39
< 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 >
34
40
</ tr >
35
41
< 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 >
37
43
</ tr >
38
44
< 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 >
40
46
</ tr >
41
47
< tr >
42
48
< 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 >
You can’t perform that action at this time.
0 commit comments