mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
backup/restore procedure
This commit is contained in:
parent
236448303c
commit
e23249a997
29 changed files with 1638 additions and 583 deletions
|
@ -87,10 +87,10 @@
|
|||
</div>
|
||||
</span>
|
||||
</a>
|
||||
<a href="#" id="restore_link_<?php echo "$i"?>" class="data-controls">
|
||||
<a href="/list/backup/?backup=<?php echo $key ?>" class="data-controls">
|
||||
<span>
|
||||
<img src="/images/restore.png" width="6px" height="8px">
|
||||
<?php print _('restore');?>
|
||||
<img src="/images/more.png" width="8px" height="8px">
|
||||
<?php print _('configure restore settings') ?>
|
||||
</span>
|
||||
</a>
|
||||
<a href="/download/backup/?backup=<?php echo $key ?>" target="_blank" class="data-controls">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue