diff --git a/web/app/View/Logs/index.ctp b/web/app/View/Logs/index.ctp index 1d12d0c34..1a50b7521 100644 --- a/web/app/View/Logs/index.ctp +++ b/web/app/View/Logs/index.ctp @@ -1,14 +1,16 @@ start('sidebar'); + echo $this->Form->label('Component'); + echo $this->Form->select('Component', $componentoptions); + echo $this->Form->button('Refresh', array('id' => 'btnComponentRefresh')); + $this->end(); ?> -
- Form->label('Component'); ?> - Form->select('Component', $componentoptions); ?> - Form->button('Refresh', array('id' => 'btnComponentRefresh')); ?> -
+
Date / Time