2013-09-12 03:24:28 +08:00
|
|
|
<div class="tab-pane" id="buffers">
|
2013-09-02 05:50:26 +08:00
|
|
|
<?php
|
|
|
|
echo $this->Form->inputs(array(
|
|
|
|
'ImageBufferCount',
|
|
|
|
'WarmupCount',
|
|
|
|
'PreEventCount',
|
|
|
|
'PostEventCount',
|
|
|
|
'StreamReplayBuffer',
|
|
|
|
'AlarmFrameCount',
|
|
|
|
'legend' => false
|
|
|
|
));
|
|
|
|
?>
|
|
|
|
</div>
|