Skip to content

Commit aae8515

Browse files
author
Matt Pryor
committed
Tweaks to usage
1 parent e211d05 commit aae8515

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui-meta/slurm-infra.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ usage_template: |-
6666
6767
{% if cluster.outputs.openondemand_url %}
6868
The Open OnDemand portal for this cluster as available at
69-
[{{ cluster.outputs.openondemand_url[8:] }}]({{ cluster.outputs.openondemand_url }}).
69+
[{{ cluster.outputs.openondemand_url.slice(8, -1) }}]({{ cluster.outputs.openondemand_url }}).
7070
7171
Enter the username `azimuth` and password `{{ cluster.outputs.azimuth_user_password }}` when prompted.
7272
{% else %}
@@ -80,7 +80,7 @@ usage_template: |-
8080
8181
```
8282
$ ssh azimuth@{{ cluster.outputs.cluster_access_ip | default('[cluster ip]') }}
83-
[rocky@{{ cluster.name }}-login-0 ~]$ sinfo
83+
[azimuth@{{ cluster.name }}-login-0 ~]$ sinfo
8484
PARTITION AVAIL TIMELIMIT NODES STATE NODELIST
8585
compute* up 60-00:00:0 {{ "%3s" | format(cluster.parameter_values.compute_count) }} idle {{ cluster.name }}-compute-[0-{{ cluster.parameter_values.compute_count - 1 }}]
8686
```

0 commit comments

Comments
 (0)