V2Wizard: Add Package recommendation to the Packages step

This adds an expandable with package recommendations to the Packages step.

The recommendations are populated when two or more packages are selected.
This commit is contained in:
regexowl 2024-04-17 11:22:00 +02:00 committed by Lucas Garfield
parent 6de7645be5
commit 648300ffb4
3 changed files with 179 additions and 0 deletions

View file

@ -68,3 +68,7 @@ ul.pf-m-plain {
.not-available {
color: #6a6e73;
}
.panel-border {
--pf-v5-c-panel--before--BorderColor: #BEE1F4;
}