summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/config
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/scripts/config')
-rw-r--r--application/views/scripts/config/index.phtml2
1 files changed, 2 insertions, 0 deletions
diff --git a/application/views/scripts/config/index.phtml b/application/views/scripts/config/index.phtml
index 62ab1d4..f7d0fae 100644
--- a/application/views/scripts/config/index.phtml
+++ b/application/views/scripts/config/index.phtml
@@ -12,6 +12,8 @@
<th>Shellscript</th>
<th>Changed</th>
</tr>
+ <?php if(count($this->configlist)==0)
+ echo "</table> There are no Config's to display." ?>
<?php foreach ($this->configlist as $config): ?>
<tr class=entry>
<td><?php echo $this->escape($config->getID()); ?></td>