1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00

remove extra space

This commit is contained in:
Damodar Lohani 2021-01-13 11:57:57 +05:45
parent 1cbca0a6a6
commit 68593f55b7
2 changed files with 2 additions and 2 deletions

View file

@ -282,7 +282,7 @@ $usageStatsEnabled = $this->getParam('usageStatsEnabled',true);
data-event="load"
data-name="usage"
data-param-function-id="{{router.params.id}}">
<?php if($usageStatsEnabled) : ?>
<?php if($usageStatsEnabled): ?>
<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">

View file

@ -69,7 +69,7 @@ $usageStatsEnabled = $this->getParam('usageStatsEnabled',true);
data-param-project-id="{{router.params.project}}"
data-param-range="30d">
<?php if (!$graph && $usageStatsEnabled) : ?>
<?php if (!$graph && $usageStatsEnabled): ?>
<div class="box dashboard">
<div class="row responsive">
<div class="col span-9">