restore instance linking and launching

This commit is contained in:
2025-06-24 11:50:07 +02:00
parent 996adb4bce
commit 782be6bd38

View File

@@ -60,9 +60,17 @@
buttons=[ buttons=[
{ {
'text': 'Launch New Instance', 'text': 'Launch New Instance',
'url': '#',
'onclick': 'showAddInstanceModal()', 'onclick': 'showAddInstanceModal()',
'icon': 'fa-plus', 'icon': 'fa-rocket',
'class': 'btn-primary' 'class': 'btn-primary'
},
{
'text': 'Link Existing Instance',
'url': '#',
'onclick': 'showAddExistingInstanceModal()',
'icon': 'fa-link',
'class': 'btn-secondary'
} }
] ]
) }} ) }}