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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user