Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 42 additions & 22 deletions web/server/vue-cli/src/components/Layout/HeaderMenuItems.vue
Original file line number Diff line number Diff line change
Expand Up @@ -113,54 +113,74 @@ export default {
return {
dialog: false,
credits: [
{
name: "Barnabás Domozi",
github: "",
email:"barnabas.domozi.ext@ericsson.com"
},
{
name: "Bence Babati",
github: "babati",
email: "bence.babati@ericsson.com"
},
{
name: "Boldizsár Tóth",
github: "bobszi",
email: "toth.boldizsar@gmail.com"
},
{ name: "Dániel Krupp",
github: "dkrupp",
email: "daniel.krupp@ericsson.com"
},
{
name: "György Orbán",
github: "gyorb",
email: "gyorgy.orban@ericsson.com"
},
{
name: "Tibor Brunner",
github: "bruntib",
email: "tibor.brunner@ericsson.com"
name: "Gábor Alex Ispánovics",
github: "igalex",
email: "gabor.alex.ispanovics@ericsson.com"
},
{
name: "Gábor Horváth",
github: "Xazax-hun",
email: "gabor.a.horvath@ericsson.com"
},
{
name: "Richárd Szalay",
github: "whisperity",
email: "richard.szalay@ericsson.com"
name: "Gergely Gulyás",
github: "gulyasgergely902",
email: "gergely.gulyas.ext@ericsson.com"
},
{
name: "György Orbán",
github: "gyorb",
email: "gyorgy.orban@ericsson.com"
},
{
name: "Kristóf Umann",
github: "",
email:"kristof.umann@ericsson.com"
},
{
name: "Márton Csordás",
github: "csordasmarton",
email: "marton.csordas@ericsson.com"
},
{
name: "Boldizsár Tóth",
github: "bobszi",
email: "toth.boldizsar@gmail.com"
},
{
name: "Bence Babati",
github: "babati",
email: "bence.babati@ericsson.com"
name: "Nóra Zinaeddin",
github: "",
email:"nora.zinaeddin.ext@ericsson.com"
},
{
name: "Gábor Alex Ispánovics",
github: "igalex",
email: "gabor.alex.ispanovics@ericsson.com"
name: "Richárd Szalay",
github: "whisperity",
email: "richard.szalay@ericsson.com"
},
{
name: "Szabolcs Sipos",
github: "labuwx",
email: "labuwx@balfug.com"
},
{
name: "Tibor Brunner",
github: "bruntib",
email: "tibor.brunner@ericsson.com"
}
]
};
Expand Down
Loading