Open the monitor edit general tab by default

This commit is contained in:
Kyle Johnson
2013-09-11 15:29:18 -04:00
parent 6dbd10621d
commit 75acaea36e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
<div class="tab-pane" id="general" class="tab-pane">
<div id="general" class="tab-pane active">
<?php
echo $this->Form->input('Name');
echo $this->Form->input('Type', array( 'type' => 'select', 'options' => $typeoptions));

View File

@@ -39,7 +39,7 @@ $cakeDescription = __d('cake_dev', 'CakePHP: the rapid development php framework
echo $this->fetch('script');
echo $this->Html->script('jquery-2.0.1.min');
echo $this->Html->script('jquery-ui.min');
echo $this->Html->script('masonry.pkgd.min');
echo $this->Html->script('bootstrap.min');
echo $this->Html->script('main');
?>
</head>