data-no-mgmt-sticky
Deploy to Shared Hosting / Shared hosting deploy (push) Failing after 53s
Tests / PHPUnit (push) Successful in 1m31s

This commit is contained in:
root
2026-09-03 01:46:04 -04:00
parent 1d964c79de
commit 228824182a
+1 -1
View File
@@ -24,7 +24,7 @@
</form>
<?php if ($isEdit && !empty($versions)): ?>
<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>
<tbody>
<?php foreach ($versions as $version): ?>