Compare commits

..

1 Commits

Author SHA1 Message Date
f53cf92b36 add skill levels contributor and maintainer
All checks were successful
continuous-integration/drone/pr Build is passing
2022-10-03 13:08:31 +02:00
4 changed files with 10 additions and 7 deletions

View File

@ -13,8 +13,3 @@ FROM nginx as ki-frontend
COPY --from=builder /dist/ /usr/share/nginx/html/
COPY etc/nginx/conf.d/default.conf /etc/nginx/conf.d/default.conf
LABEL org.opencontainers.image.source=https://git.wtf-eg.de/kompetenzinventar/ki-frontend.git
LABEL org.opencontainers.image.url=https://git.wtf-eg.de/kompetenzinventar/ki-frontend
LABEL org.opencontainers.image.documentation=https://git.wtf-eg.de/kompetenzinventar/ki-frontend#docker
LABEL org.opencontainers.image.vendor="WTF Kooperative eG"

View File

@ -18,5 +18,13 @@
"5": {
"short": "> 5J",
"long": "mehr als 5 Jahre"
},
"10": {
"short": "[C]",
"long": "Project Contributor"
},
"11": {
"short": "[M]",
"long": "Project Maintainer"
}
}

View File

@ -13,7 +13,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
<div class="fw-bold text-white mb-2">Kompetenzinventar</div>
<ul class="list-unstyled">
<li><a href="https://git.wtf-eg.de/kompetenzinventar">Quellcode</a></li>
<li><a href="https://git.wtf-eg.de/kompetenzinventar/ki-doku/issues/new/choose">Problem melden</a></li>
<li><a href="https://git.wtf-eg.de/kompetenzinventar/ki-frontend/issues/new">Problem melden</a></li>
</ul>
</div>
</div>

View File

@ -19,7 +19,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
class="form-control"
id="searchText"
v-model="searchText"
placeholder="Nick, Name, Fähigkeit, Sprache"
placeholder="Nick, Fähigkeit, Sprache"
ref="searchTextInput"
/>
</div>