mirror of
https://github.com/DeNNiiInc/Web-Page-Performance-Test.git
synced 2026-04-17 20:05:58 +00:00
Fix: Add missing Filmstrip Checkbox to HTML
This commit is contained in:
@@ -78,6 +78,15 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="form-group" style="margin-top: 1rem;">
|
||||
<label class="checkbox-container">
|
||||
<input type="checkbox" id="capture-filmstrip">
|
||||
<span class="checkmark"></span>
|
||||
<span class="label-text">Capture Filmstrip (Screenshots)</span>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<button id="run-btn" class="btn-primary">
|
||||
<span>Run Test</span>
|
||||
<div id="loading-spinner" class="loading-spinner" style="display: none;"></div>
|
||||
|
||||
Reference in New Issue
Block a user