You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by vo...@apache.org on 2020/07/15 21:25:03 UTC

[fineract] branch develop updated: FINERACT-1090 Removed top bar and Added Search (swagger)

This is an automated email from the ASF dual-hosted git repository.

vorburger pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new 5506f68  FINERACT-1090 Removed top bar and Added Search (swagger)
5506f68 is described below

commit 5506f687661847e9c3e2077ad7fb45b634338cf0
Author: Manthan Surkar <ma...@gmail.com>
AuthorDate: Tue Jul 14 09:40:22 2020 +0530

    FINERACT-1090 Removed top bar and Added Search (swagger)
---
 fineract-provider/src/main/resources/static/swagger-ui/index.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/fineract-provider/src/main/resources/static/swagger-ui/index.html b/fineract-provider/src/main/resources/static/swagger-ui/index.html
index c21ebe4..3408ce2 100644
--- a/fineract-provider/src/main/resources/static/swagger-ui/index.html
+++ b/fineract-provider/src/main/resources/static/swagger-ui/index.html
@@ -42,6 +42,7 @@
         url: "fineract.json",
         dom_id: '#swagger-ui',
         deepLinking: true,
+         filter: '',
         presets: [
           SwaggerUIBundle.presets.apis,
           SwaggerUIStandalonePreset
@@ -49,7 +50,7 @@
         plugins: [
           SwaggerUIBundle.plugins.DownloadUrl
         ],
-        layout: "StandaloneLayout"
+        layout: "BaseLayout"
       })
       // End Swagger UI call region