Explorar el Código

cleanup client view

andre hace 4 años
padre
commit
de856dac60
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      templates/client/default/controlers/main.tpl

+ 1 - 1
templates/client/default/controlers/main.tpl

@@ -245,7 +245,7 @@
                                                 </tr>
                                                 <tr>
                                                     <td align='left'>SSH-Key</td>
-                                                    <td align="left">{$moduleParams.customfields['sshkeys']|substr:0:-1}</td>
+                                                    <td align="left">{(' '|explode:$moduleParams.customfields['sshkeys'])[2]}</td>
                                                 </tr>
                                             </table>
                                         </div>