yasserrmd commited on
Commit
f9663b5
·
verified ·
1 Parent(s): a3dbd00

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +14 -12
templates/index.html CHANGED
@@ -197,18 +197,7 @@
197
  <img id="uploadedImage" src="" alt="Infrastructure Diagram" class="image-preview">
198
  </div>
199
 
200
- <!-- Architecture Description Section -->
201
- <div class="description-section mt-4">
202
- <div class="description-header">
203
- <h5 class="mb-0">
204
- <i class="bi bi-file-text me-2 text-primary"></i>
205
- Architecture Description
206
- </h5>
207
- </div>
208
- <div class="description-content">
209
- <p id="descriptionPreview" class="description-preview">No description available yet.</p>
210
- </div>
211
- </div>
212
  </div>
213
  </div>
214
  </div>
@@ -225,6 +214,19 @@
225
  <div class="yaml-preview" id="yamlOutput">
226
  # Generated Terraform YAML will appear here.
227
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
228
  </div>
229
  </div>
230
  </div>
 
197
  <img id="uploadedImage" src="" alt="Infrastructure Diagram" class="image-preview">
198
  </div>
199
 
200
+
 
 
 
 
 
 
 
 
 
 
 
201
  </div>
202
  </div>
203
  </div>
 
214
  <div class="yaml-preview" id="yamlOutput">
215
  # Generated Terraform YAML will appear here.
216
  </div>
217
+
218
+ <!-- Architecture Description Section -->
219
+ <div class="tabs-container">
220
+ <button class="tab-button">
221
+
222
+ <i class="bi bi-file-text me-2 text-primary"></i>
223
+ Architecture Description
224
+
225
+ </button>
226
+ <div class="description-content">
227
+ <p id="descriptionPreview" class="description-preview">No description available yet.</p>
228
+ </div>
229
+ </div>
230
  </div>
231
  </div>
232
  </div>