Add new employee
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Reinhard Müller 2022-05-17 10:33:53 +02:00
parent 1ecdf43b5b
commit 711f357597
2 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,7 @@ my %names = (
"eal" => "Erik Albers",
"fani" => "Fani Partsafyllidou",
"fi" => "Francesca Indorato",
"floriansnow" => "Florian Snow",
"gabriel.ku" => "Gabriel Ku Wei Bin",
"jackie" => "Jackie Chen",
"lina.ceballos" => "Lina Ceballos",
@ -116,6 +117,7 @@ my %account = (
"PERSONELL-SEHN" => "81071",
"PERSONELL-PARTSAFYLLIDOU" => "81072",
"PERSONELL-CHEN" => "81073",
"PERSONELL-SNOW" => "81076",
"OFFICE-BERLIN" => "82001",
);

View File

@ -35,6 +35,7 @@
<option value="fani">Fani Partsafyllidou</option>
<option value="alex.sander">Alexander Sander</option>
<option value="linus">Linus Sehn</option>
<option value="floriansnow">Florian Snow</option>
<option value="gabriel.ku">Gabriel Ku Wei Bin</option>
<option value="linda">Linda Wagener</option>
</select>
@ -100,6 +101,7 @@
<option value="PERSONELL-SEHN">PERSONELL Linus Sehn</option>
<option value="PERSONELL-PARTSAFYLLIDOU">PERSONELL Fani Partsafyllidou</option>
<option value="PERSONELL-CHEN">PERSONELL Jackie Chen</option>
<option value="PERSONELL-SNOW">PERSONELL Florian Snow</option>
<option value="OFFICE-BERLIN">OFFICE Berlin</option>
</select>
</td>