Ajout du nouveau système de console

This commit is contained in:
OsaAjani 2016-01-23 00:11:19 +01:00
parent 063f0c97a3
commit bdd7b3dccc
9 changed files with 480 additions and 103 deletions

View file

@ -51,6 +51,9 @@
case 'COMMAND_ADD' :
$logo = 'fa-terminal';
break;
case 'WEBHOOK_ADD' :
$logo = 'fa-plug';
break;
default :
$logo = 'fa-question';
}