Skip to content

_frontend/status.py: Fix non-formatted terminator

Tom Coldrick requested to merge coldtom/fix-status-job-render into master

Description

Currently we don't format the terminating bracket in the widget for StatusJob, resulting in a load of blue brackets, and a white one at the end. This patch just formats the terminating bracket.

Changes proposed in this merge request:

  • Format the terminating bracket in StatusJob

This merge request, when approved, will close:

I didn't think it was worth opening an issue for such a trivial UI fix, but if people disagree then I can open one.


Merge request reports