data-no-mgmt-sticky
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
</form>
|
</form>
|
||||||
<?php if ($isEdit && !empty($versions)): ?>
|
<?php if ($isEdit && !empty($versions)): ?>
|
||||||
<h3 class="h5 mt-5">Version History</h3>
|
<h3 class="h5 mt-5">Version History</h3>
|
||||||
<table class="table table-sm table-bordered">
|
<table class="table table-sm table-bordered no-mgmt-sticky" data-no-mgmt-sticky>
|
||||||
<thead><tr><th>Version</th><th>Saved At</th><th>Actions</th></tr></thead>
|
<thead><tr><th>Version</th><th>Saved At</th><th>Actions</th></tr></thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php foreach ($versions as $version): ?>
|
<?php foreach ($versions as $version): ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user