Loading portal/static/js/model/services.mjs +8 −1 Original line number Diff line number Diff line Loading @@ -30,11 +30,18 @@ export const services = [ new Service( "Protokolle", "https://protokolle.fachschaft.cl.uni-heidelberg.de", "fa-regular fa-note-sticky", "fa-solid fa-file-lines", "CL-Account", false, ), new Service("Freischalten", "/unlock", "fa-solid fa-lock"), new Service( "Protokolle (Git)", "https://gitlab.cl.uni-heidelberg.de/fachschaft/protokolle", "fa-solid fa-file-code", "CL-Account", true, ), new Service( "Passwort-Vault", "https://bitwarden.stura.uni-heidelberg.de", Loading Loading
portal/static/js/model/services.mjs +8 −1 Original line number Diff line number Diff line Loading @@ -30,11 +30,18 @@ export const services = [ new Service( "Protokolle", "https://protokolle.fachschaft.cl.uni-heidelberg.de", "fa-regular fa-note-sticky", "fa-solid fa-file-lines", "CL-Account", false, ), new Service("Freischalten", "/unlock", "fa-solid fa-lock"), new Service( "Protokolle (Git)", "https://gitlab.cl.uni-heidelberg.de/fachschaft/protokolle", "fa-solid fa-file-code", "CL-Account", true, ), new Service( "Passwort-Vault", "https://bitwarden.stura.uni-heidelberg.de", Loading