From 38f04581b49273bed9c79f3703d1fc401a36fcbf Mon Sep 17 00:00:00 2001 From: Teemu Erkkola Date: Tue, 5 Mar 2024 09:25:03 +0200 Subject: [PATCH] LIKA-600: Hide redundant OpenAPI description URL in preview --- .../ckanext/apicatalog/templates/dataviewer/openapi_view.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ckanext/ckanext-apicatalog/ckanext/apicatalog/templates/dataviewer/openapi_view.html b/ckanext/ckanext-apicatalog/ckanext/apicatalog/templates/dataviewer/openapi_view.html index 8a6943e2..45dc4337 100644 --- a/ckanext/ckanext-apicatalog/ckanext/apicatalog/templates/dataviewer/openapi_view.html +++ b/ckanext/ckanext-apicatalog/ckanext/apicatalog/templates/dataviewer/openapi_view.html @@ -41,6 +41,9 @@ { font-family: 'SourceSansPro-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif; } + .info .title + .link { + display: none; + }