Changed some icon colors
This commit is contained in:
@@ -158,8 +158,8 @@
|
||||
}
|
||||
|
||||
?>
|
||||
<?=($hw) ? "<i class='fas fa-shopping-bag text-info ml-1' title='Zusatzprodukt vorhanden'></i>" : ""?>
|
||||
<?=($voip) ? "<i class='fas fa-phone text-info ml-1' title='Voice Produkt vorhanden'></i>" : ""?>
|
||||
<?=($hw) ? "<i class='fas fa-shopping-bag text-purple ml-1' title='Zusatzprodukt vorhanden'></i>" : ""?>
|
||||
<?=($voip) ? "<i class='fas fa-phone text-purple ml-1' title='Voice Produkt vorhanden'></i>" : ""?>
|
||||
|
||||
<?=($patched) ? "<i class='fas fa-ethernet text-pink ml-1' title='Anschluss gepatched'></i>" :""?>
|
||||
<?=($cpe_config_finished) ? "<i class='fas fa-shipping-fast text-pink ml-1' title='CPE vorbereitet'></i>" :""?>
|
||||
@@ -347,8 +347,8 @@
|
||||
}
|
||||
|
||||
?>
|
||||
<?=($hw) ? "<i class='fas fa-shopping-bag text-info ml-1' title='Zusatzprodukt vorhanden'></i>" : ""?>
|
||||
<?=($voip) ? "<i class='fas fa-phone text-info ml-1' title='Voice Produkt vorhanden'></i>" : ""?>
|
||||
<?=($hw) ? "<i class='fas fa-shopping-bag text-purple ml-1' title='Zusatzprodukt vorhanden'></i>" : ""?>
|
||||
<?=($voip) ? "<i class='fas fa-phone text-purple ml-1' title='Voice Produkt vorhanden'></i>" : ""?>
|
||||
|
||||
<?=($patched) ? "<i class='fas fa-ethernet text-pink ml-1' title='Anschluss gepatched'></i>" :""?>
|
||||
<?=($cpe_config_finished) ? "<i class='fas fa-shipping-fast text-pink ml-1' title='CPE vorbereitet'></i>" :""?>
|
||||
|
||||
Reference in New Issue
Block a user