mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-21 06:19:38 +08:00
Remove unused content
This commit is contained in:
parent
6d4db993e4
commit
9699a4434a
@ -14,37 +14,7 @@
|
||||
</section>
|
||||
|
||||
<!-- Main content -->
|
||||
<section class="content">
|
||||
<div class="box">
|
||||
<div class="box-body table-bordered">
|
||||
<table id="player-table" class="table table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>@lang('general.player.pid')</th>
|
||||
<th>@lang('general.player.owner')</th>
|
||||
<th>@lang('general.player.player-name')</th>
|
||||
<th>@lang('general.player.preference')</th>
|
||||
<th>@lang('general.player.previews')</th>
|
||||
<th>@lang('general.player.last-modified')</th>
|
||||
<th>@lang('general.operations')</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section><!-- /.content -->
|
||||
<section class="content"></section><!-- /.content -->
|
||||
</div><!-- /.content-wrapper -->
|
||||
|
||||
@endsection
|
||||
|
||||
@section('script')
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function () {
|
||||
$('.box-body').css(
|
||||
'min-height',
|
||||
$('.content-wrapper').height() - $('.content-header').outerHeight() - 120
|
||||
);
|
||||
});
|
||||
</script>
|
||||
@endsection
|
||||
|
Loading…
Reference in New Issue
Block a user