Skip to content

Commit

Permalink
depositChartRow had extra card
Browse files Browse the repository at this point in the history
  • Loading branch information
DawoudIO committed Feb 23, 2025
1 parent dce74f5 commit daa75aa
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions src/v2/templates/root/dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,19 +130,15 @@
<?php
if ($depositEnabled) { // If the user has Finance permissions, then let's display the deposit line chart
?>
<div class="card" id="depositChartRow">
<div class="col-lg-12 col-md-12 col-sm-12">
<div class="card card-info">
<div class="card-header">
<h3 class="card-title"><i class="fa fa-circle-dollar-to-slot"></i> <?= gettext('Deposit Tracking') ?></h3>
<div class="card-tools pull-right">
<div id="deposit-graph" class="chart-legend"></div>
</div>
</div><!-- /.box-header -->
<div class="card-body" style="height: 200px">
<canvas id="deposit-lineGraph" style="height:125px; width:100%"></canvas>
</div>
<div class="card card-info" id="depositChartRow">
<div class="card-header">
<h3 class="card-title"><i class="fa fa-circle-dollar-to-slot"></i> <?= gettext('Deposit Tracking') ?></h3>
<div class="card-tools pull-right">
<div id="deposit-graph" class="chart-legend"></div>
</div>
</div><!-- /.box-header -->
<div class="card-body" style="height: 200px">
<canvas id="deposit-lineGraph" style="height:125px; width:100%"></canvas>
</div>
</div>
<?php
Expand Down

0 comments on commit daa75aa

Please sign in to comment.