Add link to selected http function from edit/logs views. Also remove min number of lines from environment info ace editor

This commit is contained in:
Peter Stockings
2023-12-18 22:18:31 +11:00
parent 4196d89440
commit 4b0c356cda
3 changed files with 62 additions and 27 deletions

View File

@@ -54,7 +54,6 @@
var editor_environment = ace.edit("editor-environment");
editor_environment.setOptions({
maxLines: 15, //editor_environment.session.getLength()
minLines: 5
});
editor_environment.setTheme("ace/theme/github_dark");
editor_environment.session.setMode("ace/mode/json");