mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-05-07 06:26:05 +02:00
backups to aws s3
This commit is contained in:
@@ -38,7 +38,9 @@
|
||||
|
||||
<tr ng-repeat="web in WebSitesList track by $index">
|
||||
<td ng-bind="web.domain"></td>
|
||||
<td><a href="{$ web.domain $}"><img width="30px" height="30" class="center-block" src="{% static 'baseTemplate/assets/image-resources/webPanel.png' %}"></a></td>
|
||||
<td><a href="{$ web.domain $}"><img width="30px" height="30" class="center-block"
|
||||
src="{% static 'baseTemplate/assets/image-resources/webPanel.png' %}"></a>
|
||||
</td>
|
||||
<td ng-bind="web.ipAddress"></td>
|
||||
<td ng-bind="web.package"></td>
|
||||
<td ng-bind="web.admin"></td>
|
||||
|
||||
Reference in New Issue
Block a user