mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-11 15:56:11 +01:00
Remove screenshots from Websites
This commit is contained in:
@@ -43,16 +43,7 @@
|
|||||||
style="padding: 0px; box-shadow: 0px 0px 1px 0px #888888;">
|
style="padding: 0px; box-shadow: 0px 0px 1px 0px #888888;">
|
||||||
<div class="">
|
<div class="">
|
||||||
<div class="table-responsive no-gutter text-nowrap" style="overflow-x: hidden;">
|
<div class="table-responsive no-gutter text-nowrap" style="overflow-x: hidden;">
|
||||||
<div style="background-image: url('https://cdn.statically.io/screenshot/{$ web.domain $}?fullPage=true');
|
|
||||||
height: 160px;
|
|
||||||
width: 200px;
|
|
||||||
background-position: top;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-size: cover;
|
|
||||||
position: relative;"
|
|
||||||
class="col-lg-3 col-md-12">
|
|
||||||
</div>
|
|
||||||
<div class="col-lg-9" style="text-transform: none">
|
|
||||||
<div style="border-bottom: 1px solid #888888" class="col-md-12">
|
<div style="border-bottom: 1px solid #888888" class="col-md-12">
|
||||||
<div class="col-lg-10 content-box-header" style="text-transform: none;">
|
<div class="col-lg-10 content-box-header" style="text-transform: none;">
|
||||||
<a href="http://{$ web.domain $}" target="_blank" title="Visit Site">
|
<a href="http://{$ web.domain $}" target="_blank" title="Visit Site">
|
||||||
@@ -68,6 +59,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<div class="col-md-4 content-box-header">
|
<div class="col-md-4 content-box-header">
|
||||||
<i class="p fa fa-sticky-note btn-icon text-muted" data-toggle="tooltip"
|
<i class="p fa fa-sticky-note btn-icon text-muted" data-toggle="tooltip"
|
||||||
@@ -86,15 +78,14 @@
|
|||||||
style="text-transform: none">{% trans "Issue SSL" %}</a></span>
|
style="text-transform: none">{% trans "Issue SSL" %}</a></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-12">
|
|
||||||
|
|
||||||
|
<div class="col-md-12">
|
||||||
<div class="col-md-4 content-box-header">
|
<div class="col-md-4 content-box-header">
|
||||||
<i class="p fa fa-hdd-o btn-icon text-muted" data-toggle="tooltip"
|
<i class="p fa fa-hdd-o btn-icon text-muted" data-toggle="tooltip"
|
||||||
data-placement="right"
|
data-placement="right"
|
||||||
title="Disk Usage"> </i>
|
title="Disk Usage"> </i>
|
||||||
<span ng-bind="web.diskUsed" style="text-transform: none"></span>
|
<span ng-bind="web.diskUsed" style="text-transform: none"></span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-md-4 content-box-header">
|
<div class="col-md-4 content-box-header">
|
||||||
<i class="p fa fa-cubes btn-icon text-muted" data-toggle="tooltip"
|
<i class="p fa fa-cubes btn-icon text-muted" data-toggle="tooltip"
|
||||||
data-placement="right"
|
data-placement="right"
|
||||||
@@ -106,8 +97,8 @@
|
|||||||
title="Owner"> </i>
|
title="Owner"> </i>
|
||||||
<span ng-bind="web.admin" style="text-transform: none"></span>
|
<span ng-bind="web.admin" style="text-transform: none"></span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!--table cellpadding="0" cellspacing="0" border="0" class="table" style="margin:0px 0px; id="datatable-example">
|
<!--table cellpadding="0" cellspacing="0" border="0" class="table" style="margin:0px 0px; id="datatable-example">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -130,8 +121,6 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table-->
|
</table-->
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="listFail" class="alert alert-danger">
|
<div id="listFail" class="alert alert-danger">
|
||||||
<p>{% trans "Cannot list websites. Error message:" %} {$ errorMessage $}</p>
|
<p>{% trans "Cannot list websites. Error message:" %} {$ errorMessage $}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user