Skip to content

Commit

Permalink
Fix not showing orgid in graph config
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikesch-mp committed Jul 17, 2017
1 parent 861d34a commit 0e39a8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions application/views/scripts/graph/index.phtml
Expand Up @@ -26,6 +26,7 @@
<th><?= $this->translate('Timerange') ?></th>
<th><?= $this->translate('Height') ?></th>
<th><?= $this->translate('Width') ?></th>
<th><?= $this->translate('OrgId') ?></th>
</tr>
</thead>
<tbody>
Expand All @@ -45,6 +46,7 @@
<td><?= $this->escape($graph->timerange) ?></td>
<td><?= $this->escape($graph->height) ?></td>
<td><?= $this->escape($graph->width) ?></td>
<td><?= $this->escape($graph->orgId) ?></td>
<td class="icon-col text-right">
<?= $this->qlink(
'',
Expand Down

0 comments on commit 0e39a8c

Please sign in to comment.