Skip to content

WIP: Display versions of installed packages

Michael P requested to merge fonfon-guest/plinth:package-version into master

As @mray-guest mentioned yesterday in IRC, it would be nice to know which package versions are installed, e.g. to know whether ones box is affected by known vulnerabilities.

This MR adds a small info-sign on top right of all /sys/ and /apps/ pages that have packages installed. When hovering, a tooltip with the package versions is shown:

Screenshot_2019-01-13_09-25-05

The downside is one additional action call for each /sys/ and /apps/ page, which is quite fast though (I didn't perceive a performance difference in my VM). If it turns out to have performance impacts the installed package versions could be cached.

Edited by Sunil Mohan Adapa

Merge request reports

Loading