refactor(public): file organization (directories)
|
|
@ -5,7 +5,7 @@ header, #drives, #services, footer {
|
|||
}
|
||||
.drive {
|
||||
float: left;
|
||||
width: 20%;
|
||||
width: 33%;
|
||||
}
|
||||
.chart {
|
||||
height: 80%;
|
||||
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 6.2 KiB |
|
After Width: | Height: | Size: 250 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
|
@ -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);
|
||||
?>
|
||||
|
|
|
|||