Implemention of slack import feature.

Этот коммит содержится в:
Christopher Speller
2015-07-07 09:16:13 -04:00
родитель 7004a348b5
Коммит d78ebab108
11 изменённых файлов: 556 добавлений и 4 удалений

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

@@ -27,6 +27,7 @@ module.exports = React.createClass({
render: function() {
var tabs = [];
tabs.push({name: "feature", ui_name: "Features", icon: "glyphicon glyphicon-wrench"});
tabs.push({name: "import", ui_name: "Import", icon: "glyphicon glyphicon-upload"});
return (
<div className="modal fade" ref="modal" id="team_settings" role="dialog" tabIndex="-1" aria-hidden="true">