Adding enterprise build hash to about dialog (#3058)

This commit is contained in:
Christopher Speller
2016-05-20 10:41:47 -04:00
committed by Corey Hulen
parent 4a426be6b8
commit 2a137e97c4
12 changed files with 20 additions and 7 deletions

View File

@@ -157,6 +157,12 @@ export default class AboutBuildModal extends React.Component {
defaultMessage='Build Hash:'
/>
 {config.BuildHash}
<br/>
<FormattedMessage
id='about.hashee'
defaultMessage='EE Build Hash:'
/>
&nbsp;{config.BuildHashEnterprise}
</p>
<p>
<FormattedMessage

View File

@@ -6,6 +6,7 @@
"about.enterpriseEditionSt": "Modern enterprise communication from behind your firewall.",
"about.enterpriseEditione1": "Enterprise Edition",
"about.hash": "Build Hash:",
"about.hashee": "EE Build Hash:",
"about.licensed": "Licensed by:",
"about.number": "Build Number:",
"about.teamEditionLearn": "Join the Mattermost community at ",

View File

@@ -59,6 +59,7 @@
p {
&:first-child {
float: left;
text-align: left;
}
}
}
@@ -79,4 +80,4 @@
}
}
}
}