mirror of
https://github.com/MikroWizard/mikrofront.git
synced 2025-08-18 16:48:22 +02:00
restore is not availble in free version
This commit is contained in:
parent
5ab8c5f10a
commit
d8434b5fec
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@
|
||||||
<i class="fa-regular fa-copy"></i> To clipboard
|
<i class="fa-regular fa-copy"></i> To clipboard
|
||||||
</button>
|
</button>
|
||||||
<div>
|
<div>
|
||||||
<button (click)="restore_backup(false)" class=" mx-3" cButton color="danger">
|
<button *ngIf="ispro" (click)="restore_backup(false)" class=" mx-3" cButton color="danger">
|
||||||
Restore this
|
Restore this
|
||||||
</button>
|
</button>
|
||||||
<button [cModalToggle]="BakcupModal.id" cButton color="info">
|
<button [cModalToggle]="BakcupModal.id" cButton color="info">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue