From commits-return-12049-archive-asf-public=cust-asf.ponee.io@syncope.apache.org Wed Sep 12 16:56:43 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 48FBC18067E for ; Wed, 12 Sep 2018 16:56:42 +0200 (CEST) Received: (qmail 33071 invoked by uid 500); 12 Sep 2018 14:56:41 -0000 Mailing-List: contact commits-help@syncope.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@syncope.apache.org Delivered-To: mailing list commits@syncope.apache.org Received: (qmail 33019 invoked by uid 99); 12 Sep 2018 14:56:41 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Sep 2018 14:56:41 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3B804E096B; Wed, 12 Sep 2018 14:56:41 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: ilgrosso@apache.org To: commits@syncope.apache.org Date: Wed, 12 Sep 2018 14:56:43 -0000 Message-Id: In-Reply-To: <7e5230dafad049fdb17e43909be4f84e@git.apache.org> References: <7e5230dafad049fdb17e43909be4f84e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/3] syncope git commit: Updating customized Swagger UI index page Updating customized Swagger UI index page Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/275ca966 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/275ca966 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/275ca966 Branch: refs/heads/master Commit: 275ca966cde33d84e8c9f5316cc9d7eca12cff8e Parents: ea95615 Author: Francesco Chicchiriccò Authored: Wed Sep 12 16:56:05 2018 +0200 Committer: Francesco Chicchiriccò Committed: Wed Sep 12 16:56:25 2018 +0200 ---------------------------------------------------------------------- .../META-INF/resources/swagger/index.html | 157 +++++++------------ 1 file changed, 59 insertions(+), 98 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/275ca966/ext/swagger-ui/src/main/resources/META-INF/resources/swagger/index.html ---------------------------------------------------------------------- diff --git a/ext/swagger-ui/src/main/resources/META-INF/resources/swagger/index.html b/ext/swagger-ui/src/main/resources/META-INF/resources/swagger/index.html index 075e2c6..4bc87ee 100644 --- a/ext/swagger-ui/src/main/resources/META-INF/resources/swagger/index.html +++ b/ext/swagger-ui/src/main/resources/META-INF/resources/swagger/index.html @@ -18,86 +18,48 @@ specific language governing permissions and limitations under the License. --> - - - - - Swagger UI - Apache Syncope ${syncope.version} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - + + - - + dom_id: '#swagger-ui', + deepLinking: true, + presets: [ + SwaggerUIBundle.presets.apis, + SwaggerUIStandalonePreset + ], + plugins: [ + SwaggerUIBundle.plugins.DownloadUrl + ], + layout: "StandaloneLayout" + }) + + window.ui = ui + } + +