Change rendering of notes/errors/update and highlight attributes that are successfully updated
All checks were successful
Create Docker Image / Test Application (x86_64) (push) Successful in 28s
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 1m21s
Create Docker Image / Build Docker Image (arm64) (push) Successful in 4m30s
Create Docker Image / Final Docker Image Manifest (push) Successful in 8s

This commit is contained in:
2025-04-29 12:28:07 +09:30
parent 74bb003440
commit 45e7c24ba3
32 changed files with 108 additions and 80 deletions

View File

@@ -13,8 +13,14 @@
</div>
</div>
<div class="page-title-actions">
@yield('page_actions')
<div class="page-title-items">
<div class="page-title-actions">
@yield('page_actions')
</div>
<div class="page-title-status pt-4">
@yield('page_status')
</div>
</div>
</div>
</div>