feat: staging page, restore buttons
This commit is contained in:
@@ -56,6 +56,21 @@
|
||||
<div class="card-title text-center">Actions</div>
|
||||
</div>
|
||||
<div class="mt-20">
|
||||
<div class="row mb-5">
|
||||
<button
|
||||
class="btn btn-sm btn-outline text-center mt-20"
|
||||
[disabled]="!(tableDetails?.['ALLOW_RESTORE'] === 'YES')"
|
||||
>
|
||||
RESTORE ALL CHANGES
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-sm btn-outline text-center mt-20"
|
||||
disabled
|
||||
>
|
||||
REVERT CHANGE (Coming Soon)
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<button
|
||||
class="btn btn-sm btn-outline text-center mt-20"
|
||||
|
||||
Reference in New Issue
Block a user