Этот коммит содержится в:
=Corey Hulen
2015-09-24 12:12:27 -07:00
родитель a374419ad5 caa157a377
Коммит 8ad9a88bda
15 изменённых файлов: 111 добавлений и 121 удалений

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

@@ -36,7 +36,9 @@ export default class TeamSettingsModal extends React.Component {
const tabs = [];
tabs.push({name: 'general', uiName: 'General', icon: 'glyphicon glyphicon-cog'});
tabs.push({name: 'import', uiName: 'Import', icon: 'glyphicon glyphicon-upload'});
tabs.push({name: 'export', uiName: 'Export', icon: 'glyphicon glyphicon-download'});
// To enable export uncomment this line
//tabs.push({name: 'export', uiName: 'Export', icon: 'glyphicon glyphicon-download'});
return (
<div