mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
improve icons for credit
This commit is contained in:
parent
c3637ab3ab
commit
ca9b7c7c6e
6 changed files with 42 additions and 7 deletions
|
@ -123,6 +123,26 @@ namespace controllers\internals;
|
|||
|
||||
break;
|
||||
|
||||
case 'QUOTA_LIMIT_CLOSE':
|
||||
$logo = 'fa-exclamation';
|
||||
|
||||
break;
|
||||
|
||||
case 'QUOTA_LIMIT_REACHED':
|
||||
$logo = 'fa-exclamation-triangle';
|
||||
|
||||
break;
|
||||
|
||||
case 'QUOTA_RENEWAL':
|
||||
$logo = 'fa-retweet';
|
||||
|
||||
break;
|
||||
|
||||
case 'QUOTA_CONSUME':
|
||||
$logo = 'fa-euro';
|
||||
|
||||
break;
|
||||
|
||||
default:
|
||||
$logo = 'fa-question';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue