restore instance linking and launching
This commit is contained in:
@@ -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'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
) }}
|
) }}
|
||||||
|
|||||||
Reference in New Issue
Block a user