Add unknown danger button

This commit is contained in:
Nexus633 2020-07-12 19:37:33 +02:00
parent 2a63c08e01
commit 9f664cf8a8

View File

@ -181,7 +181,8 @@ while ($row = $query->fetch(PDO::FETCH_ASSOC)) {
}
if($space->mount == "unknown"){
$spacedata = "unknown";
$spacedata = '<a href="javascript:void(0);"><span class="btn btn-danger btn-sm">unknown</span></a>';
}else{
$perc = substr($space->perc, 0, -1);
if($perc <= 50){