diff --git a/backend/resources/api-doc.css b/backend/resources/api-doc.css index b9b14a889..2404aea93 100644 --- a/backend/resources/api-doc.css +++ b/backend/resources/api-doc.css @@ -85,6 +85,16 @@ header { .rpc-row-info > .name { width: 280px; /* font-weight: bold; */ + border-right: 1px dotted #777; + padding-right: 10px; +} + +.rpc-row-info > .module { + width: 120px; + font-weight: bold; + border-right: 1px dotted #777; + text-align: right; + padding-right: 10px; } .rpc-row-info > .tags > .tag > span:first-child { diff --git a/backend/resources/api-doc.tmpl b/backend/resources/api-doc.tmpl index 35d3a700d..fa1a6d9ab 100644 --- a/backend/resources/api-doc.tmpl +++ b/backend/resources/api-doc.tmpl @@ -26,6 +26,7 @@