Skip to content
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

Fixes #20721: kernel version doesn't show in the node page #4166

Conversation

RaphaelGauthier
Copy link
Member

@RaphaelGauthier
Copy link
Member Author

kernel-version

<li><b>Name:</b> ${S.?("os.name." + sm.node.main.osDetails.os.name)}</li>
<li><b>Version:</b> ${sm.node.main.osDetails.version.value}</li>
<li><b>Service Pack:</b> ${sm.node.main.osDetails.servicePack.getOrElse("None")}</li>
<li><b>Architecture description:</b> ${sm.node.archDescription.getOrElse("None")}</li>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<li><b>Architecture description:</b> ${sm.node.archDescription.getOrElse("None")}</li>
<li><b>Architecture:</b> ${sm.node.archDescription.getOrElse("None")}</li>

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

@RaphaelGauthier RaphaelGauthier force-pushed the enh_20721/kernel_version_doesn_t_show_in_the_node_page branch from bfd5655 to be94b7e Compare February 9, 2022 16:20
@RaphaelGauthier
Copy link
Member Author

Commit modified

@Normation-Quality-Assistant
Copy link
Contributor

OK, merging this PR

@Normation-Quality-Assistant Normation-Quality-Assistant merged commit be94b7e into Normation:branches/rudder/6.2 Feb 9, 2022
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants