Skip to content
Snippets Groups Projects
Commit 48502bfe authored by Simon Rose's avatar Simon Rose
Browse files

Merge branch 'icshwi_10603_update_help_about' into 'develop'

ICSHWI-10603: Update help and about pages

See merge request !250
parents 68175f6e 10ce4560
No related branches found
No related tags found
2 merge requests!270Merging develop branch to master in order to create RC,!250ICSHWI-10603: Update help and about pages
Pipeline #135392 failed
...@@ -40,23 +40,18 @@ export function AboutView() { ...@@ -40,23 +40,18 @@ export function AboutView() {
this needs to be done in CSEntry. this needs to be done in CSEntry.
</p> </p>
<p> <p>
IOCs with divergences or issues will raise various warnings - there IOCs and hosts with divergences or issues will raise various
will be yellow or red backgrounds and annotations if issues are warnings - there will be yellow or red backgrounds and annotations
detected. if issues are detected, according to the severity of the warning.
</p> </p>
<p> <p>
Users without access can only access a subset of the features of the To see a list of REST API endpoints, please see our{" "}
application.
</p>
<p>
If you wish to visualise or interact directly with the REST API, you
can use the{" "}
<Link <Link
href={`${window.SERVER_ADDRESS}${window.SWAGGER_UI_URL}`} href={`${window.SERVER_ADDRESS}${window.SWAGGER_UI_URL}`}
target="_blank" target="_blank"
rel="noreferrer" rel="noreferrer"
> >
Swagger UI API documentation
</Link> </Link>
. .
</p> </p>
......
...@@ -53,7 +53,7 @@ export function HelpView() { ...@@ -53,7 +53,7 @@ export function HelpView() {
</Link> </Link>
</li> </li>
<li> <li>
have your IOC in a ESS GitLab repository in the &quot; have your IOC in a ESS GitLab repository within the &quot;
<Link <Link
href="https://gitlab.esss.lu.se/iocs" href="https://gitlab.esss.lu.se/iocs"
target="_blank" target="_blank"
...@@ -61,7 +61,23 @@ export function HelpView() { ...@@ -61,7 +61,23 @@ export function HelpView() {
> >
iocs&#47; iocs&#47;
</Link> </Link>
&quot; group (you can use{" "} &quot; group (either in{" "}
<Link
href="https://gitlab.esss.lu.se/iocs/factory"
target="_blank"
rel="noreferrer"
>
factory
</Link>{" "}
for templated IOCs or in{" "}
<Link
href="https://gitlab.esss.lu.se/iocs/manual"
target="_blank"
rel="noreferrer"
>
manual
</Link>{" "}
for other IOCs). You can use{" "}
<Link <Link
href="https://gitlab.esss.lu.se/ics-cookiecutter/cookiecutter-e3-ioc" href="https://gitlab.esss.lu.se/ics-cookiecutter/cookiecutter-e3-ioc"
target="_blank" target="_blank"
...@@ -78,7 +94,6 @@ export function HelpView() { ...@@ -78,7 +94,6 @@ export function HelpView() {
> >
here here
</Link> </Link>
)
</li> </li>
</ul> </ul>
Deployments shall be done on blank (formatted) machines set up with Deployments shall be done on blank (formatted) machines set up with
...@@ -92,15 +107,15 @@ export function HelpView() { ...@@ -92,15 +107,15 @@ export function HelpView() {
<hr /> <hr />
<p> <p>
If you need support, please visit the{" "} For any support-related issues, please create a ticket at our{" "}
<Link <Link
href="https://ess-eric.slack.com/archives/C01V3R31EP2" href="https://jira.esss.lu.se/plugins/servlet/desk/portal/44?requestGroup=137"
target="_blank" target="_blank"
rel="noreferrer" rel="noreferrer"
> >
#ccce-ioc-deployment-beta Service Desk
</Link>{" "} </Link>
channel on ESS&lsquo; Slack. .
</p> </p>
<p> <p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment