Skip to content

Supervisor web ui can only handle a limited number of entries depending on the length of the program name #1379

Open
@awesomebytes

Description

@awesomebytes

I've been adding entries to my supervisor server (thanks for the project!) but somehow I found an arbitrary limit on the number of entries that can be shown in the web ui.

The moment I have 54+ entries, the 54th entry half appears and the following don't appear. Furthemore, the site gets stuck in an always loading state.

Screenshot of it happening:
supervisor_web_ui_bug

I made a couple of examples where this happens and I discovered it is related with the length of the text displayed.

How to reproduce:
Clone the repository where I prepared a couple of example .conf files:

git clone https://github.com/awesomebytes/supervisor_web_ui_bug

Run one of the example files and access the web ui.

cd supervisor_web_ui_bug
supervisord -n -c supervisor_60.conf
# Access http://127.0.0.1:9001
  • Version of supervisor: 4.2.1
  • OS: Ubuntu 18.04
  • Browsers: Chromium 84.0.4147.105, Firefox 79.0 (and a bunch of other versions on other machines)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions