mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
config/module: remove unused show.phtml
I see no reference to this file, byebye.
This commit is contained in:
parent
8a770007ff
commit
ed0b731062
@ -1,18 +0,0 @@
|
||||
<table >
|
||||
<thead>
|
||||
<tr style="text-align:left">
|
||||
<th width="70%">Module</th>
|
||||
<th width="15%">Type</th>
|
||||
<th width="15%">Active</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<?php foreach($this->modules as $module): ?>
|
||||
<tr>
|
||||
<td><?= $module["name"]; ?></td>
|
||||
<td><?= $module["type"]; ?></td>
|
||||
<td><?= $module["active"]; ?></td>
|
||||
</tr>
|
||||
<?php endforeach; ?>
|
||||
</tbody>
|
||||
</table>
|
Loading…
x
Reference in New Issue
Block a user