Fixed an issue where <br/> tag is visible in the error message when delete any database and it is in use.

This commit is contained in:
Akshay Joshi
2025-01-17 17:16:36 +05:30
parent 72a3ed9068
commit a410b15e30
4 changed files with 5 additions and 4 deletions

View File

@@ -218,7 +218,7 @@ RUN apk add --no-cache \
chown pgadmin:root /pgadmin4/config_distro.py && \
chmod g=u /pgadmin4/config_distro.py && \
chmod g=u /etc/passwd && \
setcap CAP_NET_BIND_SERVICE=+eip /usr/bin/python3.13 && \
setcap CAP_NET_BIND_SERVICE=+eip /usr/bin/python3.12 && \
echo "pgadmin ALL = NOPASSWD: /usr/sbin/postfix start" > /etc/sudoers.d/postfix && \
echo "pgadminr ALL = NOPASSWD: /usr/sbin/postfix start" >> /etc/sudoers.d/postfix