refactor(public): file organization (directories)

main
steven 2021-02-11 20:54:37 -05:00
parent 8002846e6c
commit 662a289af0
10 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ header, #drives, #services, footer {
}
.drive {
float: left;
width: 20%;
width: 33%;
}
.chart {
height: 80%;

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 250 KiB

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -3,8 +3,8 @@
<head>
<?php
error_reporting(0);
require 'values.php';
require 'functions.php';
require 'php/values.php';
require 'php/functions.php';
$driveValues = getDriveValues($machine->drives);
?>