@@ -55,7 +74,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");
diff --git a/templates/dashboard/http_functions/logs.html b/templates/dashboard/http_functions/logs.html
index 4f76987..451d245 100644
--- a/templates/dashboard/http_functions/logs.html
+++ b/templates/dashboard/http_functions/logs.html
@@ -1,26 +1,44 @@
-
-
+
+
+
-
Logs: {{ name }}
+
Logs: {{ name }}
+
-
+
+
+
-
+
-
-
diff --git a/templates/dashboard/http_functions/new.html b/templates/dashboard/http_functions/new.html
index d0a9305..917e0d9 100644
--- a/templates/dashboard/http_functions/new.html
+++ b/templates/dashboard/http_functions/new.html
@@ -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");