add missing template updates

This commit is contained in:
Dario Rekowski on RockPI 2021-05-10 15:38:14 +00:00
parent a22593925a
commit 394bfb71ef

View File

@ -15,4 +15,4 @@
<p><?= json_encode($result) ?></p>
<?php endif; ?>
<p><?= $this->Html->link('Back to Dashboard', ['controller' => 'Dashboard', 'action' => 'index']) ?></p>
);