Skip to content

Commit

Permalink
Add new image to docs, make textarea with curl readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
matyx committed Mar 26, 2017
1 parent 342d275 commit abc8d9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified docs/guzzlete-panel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/Matyx/Guzzlette/TracyPanel.latte
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<a class="tracy-toggle" onclick="return false;" href="#nette-addons-Guzzlette-{$iterator->counter}">CURL</a>
</strong>
<div class="tracy-collapsed" id="nette-addons-Guzzlette-{$iterator->counter}">
<textarea onclick="this.select();" rows="5" style="background: #F4F3F1; padding: 4px; width: 600px; resize: none;">{$formatter->format($request)}</textarea>
<textarea readonly onclick="this.select();" rows="5" style="background: #F4F3F1; padding: 4px; width: 600px; resize: none;">{$formatter->format($request)}</textarea>
</div>

<br>
Expand Down

0 comments on commit abc8d9f

Please sign in to comment.