Skip to content

Commit

Permalink
added warning to console, no input from here.
Browse files Browse the repository at this point in the history
  • Loading branch information
dries007 committed Oct 14, 2014
1 parent b4e9e88 commit 76dfb17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/templates/console.ftl
@@ -1,5 +1,6 @@
<#include "header.ftl">
<textarea class="textarea form-control" id="text" style="height: 800px;" wrap="off"></textarea>
<p>Ps: You can't give any input from this page. You need SSH access for that.</p>
<script>
var callURL = window.location.origin + "/backendConsoleText";
var lines = 0;
Expand Down

0 comments on commit 76dfb17

Please sign in to comment.