HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
request_bar.php
Go to the documentation of this file.
1 <?php
2 /* @var Yii2RequestPanel $this */
3 /* @var int $statusCode */
4 /* @var string $route */
5 /* @var string $action */
6 ?>
7 <?php if ($statusCode): ?>
8  <div class="yii2-debug-toolbar-block">
9  <a href="<?php echo $this->getUrl(); ?>" title="Status code: <?php echo $statusCode; ?>">
10  Status <?php echo Yii2RequestPanel::getStatusCodeHtml($statusCode); ?>
11  </a>
12  </div>
13 <?php endif; ?>
14 <div class="yii2-debug-toolbar-block">
15  <a href="<?php echo $this->getUrl(); ?>" title="Route: <?php echo $route; ?>">
16  Action <span class="label"><?php echo $action; ?></span>
17  </a>
18 </div>