mirror of
https://github.com/elseif/MikroTikPatch.git
synced 2026-09-04 22:45:47 +00:00
18
index.html
18
index.html
@@ -231,15 +231,15 @@
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Command display area with copy button -->
|
||||
<div id="command-container" class="relative bg-slate-900 dark:bg-black/50 p-4 text-sm">
|
||||
<button id="copy-btn" class="absolute top-3 right-3 p-1.5 bg-slate-700 hover:bg-slate-600 rounded-md text-slate-300 hover:text-white transition-colors">
|
||||
<span class="sr-only">Copy command</span>
|
||||
<span class="iconify text-lg copy-icon" data-icon="ph:copy-bold"></span>
|
||||
<span class="iconify text-lg check-icon hidden" data-icon="ph:check-bold"></span>
|
||||
</button>
|
||||
<div id="command"></div>
|
||||
<!-- Command display area with copy button -->
|
||||
<div id="command-container" class="relative bg-slate-900 dark:bg-black/50 p-4 text-sm">
|
||||
<button id="copy-btn" class="absolute top-3 right-3 p-1.5 bg-slate-700 hover:bg-slate-600 rounded-md text-slate-300 hover:text-white transition-colors">
|
||||
<span class="sr-only">Copy command</span>
|
||||
<span class="iconify text-lg copy-icon" data-icon="ph:copy-bold"></span>
|
||||
<span class="iconify text-lg check-icon hidden" data-icon="ph:check-bold"></span>
|
||||
</button>
|
||||
<div id="command"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user