HPCC-24001 Enable readOnly for ECL Archive Viewer Reviewed-By: Gordon Smith <gordon.smith@lexisnexis.com> Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
@@ -86,7 +86,7 @@ export class ECLArchiveWidget {
.textFileIcon("fa fa-file-code-o")
.omitRoot(true)
;
- this.editor = new ECLEditor();
+ this.editor = new ECLEditor().readOnly(true);
this.archiveViewer = new SplitPanel("horizontal");
const wu = Workunit.attach({ baseUrl: "" }, params.Wuid);