Add Team app

This commit is contained in:
yflory
2019-09-04 16:08:53 +02:00
parent e9785c7ef6
commit 1a8f47d558
10 changed files with 848 additions and 2 deletions

View File

@@ -2473,6 +2473,7 @@ define([
var i = 0;
var types = AppConfig.availablePadTypes.filter(function (p) {
if (p === 'drive') { return; }
if (p === 'team') { return; }
if (p === 'contacts') { return; }
if (p === 'todo') { return; }
if (p === 'file') { return; }