Prechádzať zdrojové kódy

cleanup client view

andre 4 rokov pred
rodič
commit
de856dac60

+ 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>