(Fix) Seedbox Register for HighSpeed Tag

This commit is contained in:
HDVinnie
2018-03-14 14:52:35 -04:00
parent 2c0d080ff6
commit d0603f3fe7
2 changed files with 3 additions and 11 deletions

View File

@@ -13,23 +13,13 @@
namespace App;
use Illuminate\Database\Eloquent\Model;
use App\Traits\Encryptable;
class Client extends Model
{
use Encryptable;
/**
* The database table used by the model.
*
* @var string
*/
protected $table = 'clients';
/**
* The attributes that should be encrypted on save.
*
* @var array
*/
protected $encrypts = ['ip'];
}

View File

@@ -49,7 +49,8 @@
<div class="container box">
<h3 class="text-center">My High Speed Seedboxes</h3>
@if(count($clients) > 0)
<table class="table table-bordered table-striped">
<div class="table-responsive">
<table class="table table-condensed table-bordered table-striped table-hover">
<tr>
<th>Client</th>
<th>IP</th>
@@ -71,6 +72,7 @@
</tr>
@endforeach
</table>
</div>
@else
<li class="list-group-item">
<h4 class="text-center">No Seedboxes :(</h4>