Skip to content

Commit ee50da0

Browse files
committed
Fixed a typo
1 parent 28a97fe commit ee50da0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/themes/pterodactyl/admin/statistics.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@
6060
<div class="box-header with-border">
6161
Nodes
6262
</div>
63-
<dib class="box-body">
63+
<div class="box-body">
6464
<div class="col-xs-12 col-md-6">
6565
<canvas id="ram_chart" width="100%" height="50"></canvas>
6666
</div>
6767
<div class="col-xs-12 col-md-6">
6868
<canvas id="disk_chart" width="100%" height="50"></canvas>
6969
</div>
70-
</dib>
70+
</div>
7171
</div>
7272
</div>
7373
<div class="col-xs-12 col-md-4">

0 commit comments

Comments
 (0)