• Robert Schmidt's avatar
    CI: cell content's <pre> style to stack horizontally · 5ddb9f68
    Robert Schmidt authored
    The results of individual UEs (e.g., ping) is listed vertically, like
    so:
    
    | ping results | UE1 |
    |              | UE2 |
    |              | UE3 |
    
    Where UE1, UE2, ... represents an entire box with results for UE 1, 2,
    ... For many UEs, this results in considerable need for vertical space. This
    commit changes to something like the following to save space:
    
    | ping results | UE1 UE2 UE3 |
    
    For a single UE, this commit has no major impact (the boxes are not
    stretched to width anymore).
    5ddb9f68
cls_oai_html.py 32.2 KB