1
0
Fork 0
mirror of synced 2024-05-21 05:02:37 +12:00

Fixed chart size

This commit is contained in:
Eldad Fux 2020-07-17 12:48:55 +03:00
parent d115e93a42
commit 725dff61a7

View file

@ -221,7 +221,7 @@ $events = array_keys($this->getParam('events', []));
<div class="box margin-bottom-small">
<div class="margin-start-negative-small margin-end-negative-small margin-top-negative-small margin-bottom-negative-small">
<div class="chart margin-bottom-no">
<div class="content" data-forms-chart="Requests=usage.requests.data,Network=usage.network.data"></div>
<div class="content" data-forms-chart="Requests=usage.requests.data,Network=usage.network.data" data-height="140"></div>
</div>
</div>
</div>
@ -276,8 +276,6 @@ $events = array_keys($this->getParam('events', []));
<td data-ls-if="{{execution.status}} === 'completed' || {{execution.status}} === 'failed'" data-title="">
<a href="" class="text-danger pull-end margin-start">Errors</a>
<a href="" class="pull-end margin-start">Output</a>
<span data-ls-bind="{{execution.stdout}}"></span>
<span data-ls-bind="{{execution.stderr}}"></span>
</td>
</tr>
</tbody>