File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ const DownloadSubtext = styled.p`
104104const DownloadButton = ( { link, os } ) => (
105105 < div >
106106 < StyledDownloadButton href = { link } >
107- < FontAwesomeIcon icon = { faDownload } /> Download Control System Studio
107+ < FontAwesomeIcon icon = { faDownload } /> Download Phoebus
108108 </ StyledDownloadButton >
109109 < DownloadSubtext >
110110 Version { dlInfo . downloadVersion } for { os } |{ " " }
@@ -116,7 +116,7 @@ const DownloadButton = ({ link, os }) => (
116116const DevDownloadButton = ( ) => (
117117 < div >
118118 < StyledDownloadButtonDev href = { dlInfo . downloadDev } >
119- < FontAwesomeIcon icon = { faDownload } /> Download Development Build
119+ < FontAwesomeIcon icon = { faDownload } /> Download Phoebus Development Build
120120 </ StyledDownloadButtonDev >
121121 < DownloadSubtext > Version { dlInfo . downloadDevVersion } </ DownloadSubtext >
122122 </ div >
@@ -175,7 +175,6 @@ const Download = () => {
175175 os = { "Windows" }
176176 />
177177 ) }
178- < DevDownloadButton />
179178 </ Flex >
180179 < h2 > Site Specific Versions</ h2 >
181180 < SiteSpecificVersions />
Original file line number Diff line number Diff line change 11export const dlInfo = {
2- downloadVersion : "4.5.9 " ,
3- downloadStableLinux : "http ://download.controlsystemstudio.org/release/4.5/cs-studio-4.5.9 -linux.gtk.x86_64 .tar.gz" ,
4- downloadStableWindows : "http ://download.controlsystemstudio.org/release/4.5/cs-studio-4.5.9-win32.win32.x86_64 .zip" ,
5- downloadStableMac : "http ://download.controlsystemstudio.org/release/4.5/cs-studio-4.5.9-macosx.cocoa.x86_64.zip " ,
6- allDownloads : "http ://download.controlsystemstudio.org/release/4.5/ " ,
2+ downloadVersion : "4.7.2 " ,
3+ downloadStableLinux : "https ://github.com/ControlSystemStudio/phoebus/releases/download/v4.7.2/phoebus-4.7.2 -linux.tar.gz" ,
4+ downloadStableWindows : "https ://github.com/ControlSystemStudio/phoebus/releases/download/v4.7.2/phoebus-4.7.2-win .zip" ,
5+ downloadStableMac : "https ://github.com/ControlSystemStudio/phoebus/releases/download/v4.7.2/phoebus-4.7.2-macos.tar.gz " ,
6+ allDownloads : "https ://github.com/ControlSystemStudio/phoebus/releases " ,
77 downloadDevVersion : "4.6.0" ,
88 downloadDev : "https://openepics.ci.cloudbees.com/view/CS-Studio%204.6/" ,
99}
You can’t perform that action at this time.
0 commit comments