Git pane is pre, placeholder text added

This commit is contained in:
Matt Pass
2019-10-06 12:22:00 +01:00
committed by GitHub
parent bedf83b92f
commit ab2f7d78c8

View File

@@ -325,7 +325,7 @@ $t = $text['index'];
<iframe name="terminalFrame" id="terminal" src="terminal.php" class="terminal"></iframe>
<pre id="output" class="output"><b>Output</b><br>via top.ICEcoder.output(message);<br><br></pre>
<iframe name="databaseFrame" id="database" src="lib/database.php" class="database"></iframe>
<div id="git" class="git">Git diff integration coming soon</div>
<pre id="git" class="git" style="font-family: monospace">Looking for git status...</pre>
<iframe name="contentFrame" id="content" src="editor.php" class="code" scrolling="no"></iframe>
</div>