File tree Expand file tree Collapse file tree 1 file changed +1
-21
lines changed
src/routes/v2/admin/users/[userId] Expand file tree Collapse file tree 1 file changed +1
-21
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments