two/web/pages/dashboard/index.html
GnomeZworc bec5e65728
web: start: simple form component
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
2026-06-14 23:08:37 +02:00

24 lines
978 B
HTML

<date-display></date-display>
<div style="gap:8px;margin-top:0px;">
<button data-panel-title="Panel A" data-panel-width="400px"
style="background:#313244;border:1px solid #45475a;border-radius:6px;
padding:7px 14px;color:#89b4fa;font-size:13px;cursor:pointer;">
Open panel A
</button>
<button data-panel-title="Panel B" data-panel-width="520px"
style="background:#313244;border:1px solid #45475a;border-radius:6px;
padding:7px 14px;color:#a6e3a1;font-size:13px;cursor:pointer;">
Open panel B
</button>
<button data-action="create-vm"
style="background:#313244;border:1px solid #45475a;border-radius:6px;
padding:7px 14px;color:#a6e3a1;font-size:13px;cursor:pointer;">
Create-vm
</button>
<button data-action="edit-vm-i-test1"
style="background:#313244;border:1px solid #45475a;border-radius:6px;
padding:7px 14px;color:#a6e3a1;font-size:13px;cursor:pointer;">
Edition
</button>
</div>