fix deploy tab
This commit is contained in:
+2
-2
@@ -2127,9 +2127,9 @@
|
||||
<!-- Template Selection Section -->
|
||||
<div class="info-card mb-4">
|
||||
<h5 class="info-card-title"><i class="fas fa-cubes me-2"></i>Select Template</h5>
|
||||
<div class="info-card-body">
|
||||
<div class="info-card-body" style="display: flex; flex-direction: column; height: calc(100vh - 250px);">
|
||||
<input type="text" id="deploy-template-search-input" class="form-control bg-dark text-white mb-3" placeholder="Search templates...">
|
||||
<div id="deploy-template-list-container" style="max-height: 300px; overflow-y: auto;">
|
||||
<div id="deploy-template-list-container" style="flex: 1; overflow-y: auto; min-height: 0;">
|
||||
<div class="text-center text-muted py-4">
|
||||
<i class="fas fa-spinner fa-spin me-2"></i>Loading templates...
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user