Commit 87cb3e5b by Tobias Munk

added h1 for request panel

parent 02f3bc7e
...@@ -5,6 +5,8 @@ use yii\bootstrap\Tabs; ...@@ -5,6 +5,8 @@ use yii\bootstrap\Tabs;
* @var yii\debug\panels\RequestPanel $panel * @var yii\debug\panels\RequestPanel $panel
*/ */
echo "<h1>Request</h1>";
echo Tabs::widget([ echo Tabs::widget([
'items' => [ 'items' => [
[ [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment