Skip to content

Commit 71adfdd

Browse files
committed
readme img
1 parent 51b8c29 commit 71adfdd

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# deploykit
1+
# Deploykit
22

33
[![Latest Version on Packagist][ico-version]][link-packagist]
44
[![Software License][ico-license]](LICENSE.md)
@@ -7,7 +7,10 @@
77
[![Quality Score][ico-code-quality]][link-code-quality]
88
[![Total Downloads][ico-downloads]][link-downloads]
99

10-
### START HERE
10+
### Screenshot
11+
12+
![alt text](deploy-kit.png "Logo Title Text 1")
13+
1114

1215
Package setup [START HERE FIRST](START.HERE.md)!
1316

deploy-kit.png

54.1 KB
Loading

src/resources/views/components/connections.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<div class="div">
44
<div class="col-md-4">
5-
<div class="panel panel-default">
5+
<div class="panel panel-primary">
66
<div class="panel-body">
77
<h4 class="text-uppercase"><i class="fa fa-power-off"></i> {{ $key }} Server</h4>
88
<hr>

src/resources/views/components/deployment-responses.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<div class="col-md-2 ">
1414
<i class="fa fa-server"></i> {{ $deploy->connection }}
1515
</div>
16-
<div class="col-md-8">{{ $deploy->responses }}</div>
16+
<div class="col-md-8">{{ str_limit($deploy->responses, 200) }}</div>
1717
<div class="col-md-2">
1818
<i class="fa fa-clock-o"></i> {{ $deploy->created_at->diffForHumans() }}
1919
</div>

0 commit comments

Comments
 (0)