Skip to content

Commit

Permalink
update terminal version
Browse files Browse the repository at this point in the history
  • Loading branch information
Recca Tsai committed Apr 5, 2016
1 parent 208308f commit c39e748
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"illuminate/routing": "~5.1",
"illuminate/support": "~5.1",
"tracy/tracy": "~2.3.5",
"recca0120/terminal": "~1.3.10"
"recca0120/terminal": "~1.4.0"
},
"require-dev": {
"mockery/mockery": "~0.9.2",
Expand Down
2 changes: 1 addition & 1 deletion resources/views/TerminalPanel/panel.min.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<style class="tracy-debug">#Laravel-TerminalPanel .tracy-inner{width:700px;height:500px;background:#000;overflow-x:hidden!important}#Laravel-TerminalPanel #panel-shell{margin:10px 15px}#Laravel-TerminalPanel .tracy-inner div,#Laravel-TerminalPanel .tracy-inner span,#Laravel-TerminalPanel .tracy-inner a{background:#000;color:rgb(170,170,170);font-family:monospace;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal}#Laravel-TerminalPanel .tracy-inner a{color:#0f60ff!important}#Laravel-TerminalPanel .tracy-inner a:hover{color:red!important;text-decoration:underline!important}</style><div id="Laravel-TerminalPanel"><h1>Terminal</h1><div class="tracy-inner"><?php if (empty($html)=== false): ?><?php echo $html; ?><?php else: ?>composer require recca0120/terminal <?php endif ?></div></div>
<style class="tracy-debug">#Laravel-TerminalPanel .tracy-inner{min-width:700px;min-height:500px;background:#000;overflow-x:hidden!important}#Laravel-TerminalPanel #panel-shell{margin:10px 15px}#Laravel-TerminalPanel .tracy-inner div,#Laravel-TerminalPanel .tracy-inner span,#Laravel-TerminalPanel .tracy-inner a{background:#000;color:rgb(170,170,170);font-family:monospace;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal}#Laravel-TerminalPanel .tracy-inner a{color:#0f60ff!important}#Laravel-TerminalPanel .tracy-inner a:hover{color:red!important;text-decoration:underline!important}</style><div id="Laravel-TerminalPanel"><h1>Terminal</h1><div class="tracy-inner"><?php if (empty($html)=== false): ?><?php echo $html; ?><?php else: ?>composer require recca0120/terminal <?php endif ?></div></div>
4 changes: 2 additions & 2 deletions resources/views/TerminalPanel/panel.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<style class="tracy-debug">
#Laravel-TerminalPanel .tracy-inner {
width: 700px;
height: 500px;
min-width: 700px;
min-height: 500px;
background: #000;
overflow-x: hidden !important;
}
Expand Down

0 comments on commit c39e748

Please sign in to comment.