Adding enterprise build hash to about dialog (#3058)

Этот коммит содержится в:
Christopher Speller
2016-05-20 10:41:47 -04:00
коммит произвёл Corey Hulen
родитель 4a426be6b8
Коммит 2a137e97c4
12 изменённых файлов: 20 добавлений и 7 удалений

Просмотреть файл

@@ -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

Просмотреть файл

@@ -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 ",

Просмотреть файл

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