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 #7092: Include Timezone in Node Info #1535

Conversation

fanf
Copy link
Member

@fanf fanf commented Feb 27, 2017

@@ -397,6 +397,7 @@ object DisplayNode extends Loggable {
<b>Total swap space:</b> {sm.node.swap.map( _.toStringMo).getOrElse("-")}<br/>
<b>Motherboard UUID:</b> {sm.machine.map(_.id.value).getOrElse("-")}<br/>
<b>System Serial Number:</b> {sm.machine.flatMap(x => x.systemSerialNumber).getOrElse("-")}<br/>
<b>Time zone:</b> {sm.node.timezone.map(x => s"${x.name} (UTC ${x.offset})").getOrElse("unknonw")}<br/>
Copy link
Member

Choose a reason for hiding this comment

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

unknown :)

@fanf
Copy link
Member Author

fanf commented Feb 27, 2017

PR rebased

@fanf fanf force-pushed the bug_7092/include_timezone_in_node_info branch from ec091c4 to 72f07ff Compare February 27, 2017 13:23
@Normation-Quality-Assistant
Copy link
Contributor

OK, merging this PR

@Normation-Quality-Assistant Normation-Quality-Assistant merged commit 72f07ff into Normation:branches/rudder/4.0 Feb 27, 2017
@fanf fanf deleted the bug_7092/include_timezone_in_node_info branch March 15, 2024 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants