-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve layout of test details window #239
Merged
matusmarhefka
merged 7 commits into
OpenSCAP:main
from
jan-cerny:test_details_improvement
Jul 24, 2024
Merged
Improve layout of test details window #239
matusmarhefka
merged 7 commits into
OpenSCAP:main
from
jan-cerny:test_details_improvement
Jul 24, 2024
Commits on Jul 4, 2024
-
This function adds a new row to the given table body. The row contains 2 columns, the first column is a bold text and the second column is a normal text. A HTML element can be put instead of a text into the second column. The purpose of the function is to facilitate displaying key-value data pairs in HTML tables.
Configuration menu - View commit details
-
Copy full SHA for 96651a9 - Browse repository at this point
Copy the full SHA 96651a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f62de3 - Browse repository at this point
Copy the full SHA 8f62de3View commit details -
Improve layout of test details window
- make the layout more compact to show all related data at a single place - For OVAL objects, create a table where each child element is represented as a table row - OVAL object child elements tag name is shown as first column in the row - OVAL object child elements text data shown as second column in the row - OVAL object child elements attributes are shown as labels - OVAL states and OVAL variables are presented in a similar way as OVAL objects as described above - make sure the test details window is standalone
Configuration menu - View commit details
-
Copy full SHA for 49c9aeb - Browse repository at this point
Copy the full SHA 49c9aebView commit details -
Configuration menu - View commit details
-
Copy full SHA for d47251d - Browse repository at this point
Copy the full SHA d47251dView commit details
Commits on Jul 11, 2024
-
Prevent showing UUID in the report
The UUID is important to distinguish between two items of the same name stored in an internal directory. But it shouldn't be disaplayed to the user.
Configuration menu - View commit details
-
Copy full SHA for 5321e20 - Browse repository at this point
Copy the full SHA 5321e20View commit details -
This change will cause that elements like `<set>` and OVAL variable child elements (`<count>`, `<arithmetic>`, `<time_difference>`) will be displayed in the HTML report.
Configuration menu - View commit details
-
Copy full SHA for 8676dcc - Browse repository at this point
Copy the full SHA 8676dccView commit details -
Show attributes of child elements of OVAL variables
It's important to add attributes of these elements because they are significant for understanding the operation performed. For example, the arithmetic element has the arithmetic operation in the arithmetic_operation attribute. This commit also simplifies the generator code.
Configuration menu - View commit details
-
Copy full SHA for 377f0a7 - Browse repository at this point
Copy the full SHA 377f0a7View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.