Compare commits

..

2 Commits

Author SHA1 Message Date
90a058acd2 dashboard: Improve rendu
All checks were successful
continuous-integration/drone/push Build is passing
2022-03-08 19:03:15 +01:00
def7cc45f5 tuto2: Update to bullseye 2022-03-08 17:39:17 +01:00
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
FROM debian FROM debian
RUN echo "deb http://deb.debian.org/debian buster-backports main" >> /etc/apt/sources.list.d/backports.list && \ RUN echo "deb http://deb.debian.org/debian bullseye-backports main" >> /etc/apt/sources.list.d/backports.list && \
apt-get update && apt-get install --no-install-recommends -y \ apt-get update && apt-get install --no-install-recommends -y \
busybox \ busybox \
ca-certificates \ ca-certificates \
@ -12,8 +12,8 @@ RUN echo "deb http://deb.debian.org/debian buster-backports main" >> /etc/apt/so
kmod \ kmod \
nano \ nano \
openssh-server \ openssh-server \
python \ python3 \
python-apt \ python3-apt \
esmtp \ esmtp \
systemd-sysv \ systemd-sysv \
udev \ udev \

View File

@ -57,7 +57,7 @@
<body> <body>
<div ng-cloak ng-if="onestudent"> <div ng-cloak ng-if="onestudent">
<div ng-controller="StudentProgressionController" class="m-4"> <div ng-controller="StudentProgressionController" class="m-4">
<div class="card-group col-6 offset-3"> <div class="card-group offset-md-1 col-md-10 offset-lg-2 col-lg-8">
<div class="card"> <div class="card">
<img src="https://photos.cri.epita.fr/thumb/{{ img | lowercase }}" class="card-img-top" alt="{{ student.login }}"> <img src="https://photos.cri.epita.fr/thumb/{{ img | lowercase }}" class="card-img-top" alt="{{ student.login }}">
</div> </div>