Skip to content

Wrong css in adminer-4.8.1-en.php #867

@manzolo

Description

@manzolo

ISSUE TYPE

  • Bug Report

OS / ENVIRONMENT

  1. Host operating system and version: Ubuntu 20.04
  2. (Windows only) Native Docker or Docker Toolbox:
  3. Docker version: 20.10.13
  4. Docker Compose version: 1.25.0
  5. (Linux) Is SELinux enabled?:
  6. What git commit hash are you on?: 31103f0

SUMMARY

Wrong css in adminer tool

image

STEPS TO REPRODUCE

Navigate to http://localhost/vendor/adminer-4.8.1-en.php

OTHER INFORMATION

Start command

$ docker-compose down && docker-compose rm && docker-compose up -d

Outputs

$ ./check-config.sh
`
~/devilbox   master  ./check-config.sh                                               

# ==============================================================================
# Checking git
# ==============================================================================
[SUCC]  git is clean

# ==============================================================================
# Checking .env file
# ==============================================================================
[SUCC]  .env file exists
[SUCC]  .env file is readable
[SUCC]  All variables are present in .env file
[SUCC]  No variables is duplicated in .env file

# ==============================================================================
# Checking .env file values
# ==============================================================================
[SUCC]  All .env file variables have correct values

# ==============================================================================
# Checking required Devilbox core directories exist
# ==============================================================================
[SUCC]  All PHP cfg/ sub directories are present
[SUCC]  All PHP log/ sub directories are present
[SUCC]  All PHP mod/ sub directories are present
[SUCC]  All HTTPD cfg/ sub directories are present
[SUCC]  All HTTPD log/ sub directories are present

# ==============================================================================
# Checking devilbox core directory permissions
# ==============================================================================
[SUCC]  All devilbox directories have correct permissions
[SUCC]  All devilbox directories have correct uid
[SUCC]  All devilbox directories have correct gid

# ==============================================================================
# Checking devilbox core file permissions
# ==============================================================================
[SUCC]  All devilbox files have correct permissions
[SUCC]  All devilbox files have correct uid
[SUCC]  All devilbox files have correct gid

# ==============================================================================
# Checking projects permissions
# ==============================================================================
[SUCC]  All project dirs have correct permissions
[SUCC]  All project dirs have correct uid
[SUCC]  All project dirs have correct gid

# ==============================================================================
# Checking projects settings
# ==============================================================================
[SUCC]  All projects have valid DNS records
[SUCC]  All projects have valid HTTPD_DOCROOT_DIR

# ==============================================================================
# Checking customizations
# ==============================================================================
[NOTE]  [docker]     Custom docker-compose.override.yml present

# ==============================================================================
# SUMMARY
# ==============================================================================
[SUCC]  Found no errors
[NOTE]  1 custom configurations applied. If you encounter issues, reset them first.
[INFO]  Ensure to run 'docker-compose stop; docker-compose rm -f' on .env changes or custom configs

LACE THIS LINE WITH OUTPUT FROM ABOVE COMMAND >>>

I downloaded the latest version of adminer from https://github.com/vrana/adminer/releases/download/v4.8.1/adminer-4.8.1-en.php and overwrote the file in .devilbox/www/htdocs/vendor/adminer-4.8.1-en.php and it works perfectly.
I am preparing a pull request...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions