Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] <5.0.0 do not display # no columns> #349

Open
1 task done
rehack opened this issue Nov 9, 2024 · 2 comments
Open
1 task done

[BUG] <5.0.0 do not display # no columns> #349

rehack opened this issue Nov 9, 2024 · 2 comments

Comments

@rehack
Copy link

rehack commented Nov 9, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

5.0.0 web ui cant show the index number in table title
PixPin_2024-11-09_13-59-55

Expected Behavior

No response

Steps To Reproduce

I have set up the display of index number columns, but it is not working.

Environment

- OS:
- How docker service was installed:

CPU architecture

x86-64

Docker creation

services:
  qbittorrent:
    image: linuxserver/qbittorrent
    container_name: qbittorrent
    environment:
      - PUID=1000
      - PGID=1000
      - WEBUI_PORT=3809 # web端口
      - TZ=Asia/Shanghai
    volumes:
      - ./config:/config
      - /mnt/media:/downloads
    ports:
      - 3809:3809 # web端口
      - 6881:6881 # TCP
      - 6881:6881/udp # UDP
    deploy:
      resources:
        limits:
          memory: 900M
    restart: unless-stopped

Container logs

██╗     ███████╗██╗ ██████╗
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝

   Brought to you by linuxserver.io
───────────────────────────────────────

To support LSIO projects visit:
https://www.linuxserver.io/donate/

───────────────────────────────────────
GID/UID
───────────────────────────────────────

User UID:    1000
User GID:    1000
───────────────────────────────────────
Linuxserver.io version: 5.0.0-r2-ls361
Build-date: 2024-10-27T06:52:25+00:00
───────────────────────────────────────
    
[custom-init] No custom files found, skipping...
WebUI 将在内部准备不久后启动。请稍等…

******** 信息 ********
要控制 qBittorrent,请访问下列地址的 WebUI:http://localhost:3809
Connection to localhost (::1) 3809 port [tcp/*] succeeded!
[ls.io-init] done.
Copy link

github-actions bot commented Nov 9, 2024

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@rehack rehack changed the title [BUG] <5.0.0 do not display # number columns> [BUG] <5.0.0 do not display # no columns> Nov 9, 2024
@LinuxServer-CI
Copy link
Contributor

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Issues
Development

No branches or pull requests

2 participants