refactor(public): file organization (directories)
|
|
@ -5,7 +5,7 @@ header, #drives, #services, footer {
|
||||||
}
|
}
|
||||||
.drive {
|
.drive {
|
||||||
float: left;
|
float: left;
|
||||||
width: 20%;
|
width: 33%;
|
||||||
}
|
}
|
||||||
.chart {
|
.chart {
|
||||||
height: 80%;
|
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>
|
<head>
|
||||||
<?php
|
<?php
|
||||||
error_reporting(0);
|
error_reporting(0);
|
||||||
require 'values.php';
|
require 'php/values.php';
|
||||||
require 'functions.php';
|
require 'php/functions.php';
|
||||||
|
|
||||||
$driveValues = getDriveValues($machine->drives);
|
$driveValues = getDriveValues($machine->drives);
|
||||||
?>
|
?>
|
||||||
|
|
|
||||||