From b114f1f8195b19e7168e3a3440d30d129bb91f29 Mon Sep 17 00:00:00 2001 From: juanf <juanf@ethz.ch> Date: Thu, 16 Mar 2023 15:11:01 +0100 Subject: [PATCH] SSDM-13203: ELN-LIMS Plugin documentation --- .../eln-lims/html/js/config/ELNLIMSPlugin.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ui-eln-lims/src/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/ELNLIMSPlugin.js b/ui-eln-lims/src/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/ELNLIMSPlugin.js index ad79c90c1b9..1ee8e5ef260 100644 --- a/ui-eln-lims/src/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/ELNLIMSPlugin.js +++ b/ui-eln-lims/src/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/ELNLIMSPlugin.js @@ -77,13 +77,13 @@ $.extend(ELNLIMSPlugin.prototype, { /* * Allows to extend the utilities menu. Format to be used for utilities * { - * icon : "fa fa-table", - * uniqueViewName : "VIEW_NAME_TEST", - * label : "Label Test", - * paintView : function($header, $content) { - * $header.append($("<h1>").append("Test Header")); - * $content.append($("<p>").append("Test Body")); - * } + * icon : "fa fa-table", + * uniqueViewName : "VIEW_NAME_TEST", + * label : "Label Test", + * paintView : function($header, $content) { + * $header.append($("<h1>").append("Test Header")); + * $content.append($("<p>").append("Test Body")); + * } */ getExtraUtilities : function() { return []; -- GitLab