File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
src/routes/v2/admin/resources/[resourceId]/profiles Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 8080 {#if resource .type === ' slurm_sudo' || resource .type === ' slurm_ssh' }
8181 < th> Username< / th>
8282 {/ if }
83- {#if resource .type === ' slurm_ssh' }
84- < th> SSH key path< / th>
85- {/ if }
86- {#if resource .type === ' slurm_ssh' }
87- < th> Jobs remote dir< / th>
88- {/ if }
89- {#if resource .type === ' slurm_ssh' }
90- < th> Tasks remote dir< / th>
91- {/ if }
9283 < th> Actions< / th>
9384 < / tr>
9485 < / thead>
10091 {#if resource .type === ' slurm_sudo' || resource .type === ' slurm_ssh' }
10192 < td> {profile .username || ' -' }< / td>
10293 {/ if }
103- {#if resource .type === ' slurm_ssh' }
104- < td> {profile .ssh_key_path || ' -' }< / td>
105- {/ if }
106- {#if resource .type === ' slurm_ssh' }
107- < td> {profile .jobs_remote_dir || ' -' }< / td>
108- {/ if }
109- {#if resource .type === ' slurm_ssh' }
110- < td> {profile .tasks_remote_dir || ' -' }< / td>
111- {/ if }
11294 < td>
11395 < a
11496 href= " /v2/admin/resources/{resource.id}/profiles/{profile.id}"
You can’t perform that action at this time.
0 commit comments