Skip to content

Commit 8066b7f

Browse files
committed
Removed some columns from profiles table
1 parent 7c55051 commit 8066b7f

File tree

1 file changed

+0
-18
lines changed
  • src/routes/v2/admin/resources/[resourceId]/profiles

1 file changed

+0
-18
lines changed

src/routes/v2/admin/resources/[resourceId]/profiles/+page.svelte

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,6 @@
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>
@@ -100,15 +91,6 @@
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}"

0 commit comments

Comments
 (0)