kernelci / dashboard

KernelCI web dashboard
2 stars 3 forks source link

Feat: add arch column on buildsTable #606

Closed MarceloRobert closed 2 days ago

MarceloRobert commented 3 days ago

Adds an "arch" column to the build execution list aka buildsTable. Added as the second column to follow the arch summary card, which shows the architecture before the compiler.

How to test

Go to a hardwareDetails page or TreeDetails page with build data, scroll down, check the arch column in the buildsTable.

Closes #590