We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6866d6 commit 9244e62Copy full SHA for 9244e62
web/templates/pages/list_key.html
@@ -25,7 +25,7 @@
25
foreach ($data as $key => $value) {
26
++$i;
27
?>
28
- <div class="l-unit header animated fadeIn">
+ <div class="l-unit header animated fadeIn" style="<?if ($data[$key]['ID'] === 'filemanager.ssh.key'){ echo 'display: none;'; }?>">
29
<div class="l-unit__col l-unit__col--right">
30
<div class="clearfix l-unit__stat-col--left wide-3"><b><?=htmlspecialchars($data[$key]['ID']);?></b></div>
31
<div class="clearfix l-unit__stat-col--left text-left compact-2">
0 commit comments