Skip to content

Commit 6bd33fb

Browse files
committed
Removed deprecated fields
1 parent 665d7bc commit 6bd33fb

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

src/routes/v2/admin/users/[userId]/+page.svelte

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -100,27 +100,7 @@
100100
<th>Project dir</th>
101101
<td>{settings.project_dir || '-'}</td>
102102
</tr>
103-
{#if runnerBackend === 'slurm_sudo'}
104-
<tr>
105-
<th>SLURM user</th>
106-
<td>{settings.slurm_user || '-'}</td>
107-
</tr>
108-
{/if}
109-
{#if runnerBackend === 'slurm_ssh'}
110-
<tr>
111-
<th>SSH host</th>
112-
<td>{settings.ssh_host || '-'}</td>
113-
</tr>
114-
<tr>
115-
<th>SSH username</th>
116-
<td>{settings.ssh_username || '-'}</td>
117-
</tr>
118-
<tr>
119-
<th>SSH Private Key Path</th>
120-
<td>{settings.ssh_private_key_path || '-'}</td>
121-
</tr>
122-
{/if}
123-
{#if runnerBackend === 'slurm_sudo' || runnerBackend === 'slurm_ssh'}
103+
{#if runnerBackend !== 'local'}
124104
<tr>
125105
<th>SLURM accounts</th>
126106
<td>

0 commit comments

Comments
 (0)