Update home.erb

This commit is contained in:
Luiz F Picolo 2021-11-20 10:37:24 -04:00 committed by GitHub
parent 808d354ef3
commit a37e4281fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<div class="container">
<h1>Tranfer data Test</h1>
<h1>Transfer data Test</h1>
<div class="row row-cols-1 row-cols-sm-1 row-cols-md-3">
<div class="col">
<h2 class="text-center">Transfer Rate</h2>
@ -14,4 +14,4 @@
<%= bar_chart @upload_rate, xtitle: "Rate", ytitle: "Datetime", id: "upload_rate-chart", height: "700px" %>
</div>
</div>
</div>
</div>