restore instance linking and launching
This commit is contained in:
@@ -60,9 +60,17 @@
|
||||
buttons=[
|
||||
{
|
||||
'text': 'Launch New Instance',
|
||||
'url': '#',
|
||||
'onclick': 'showAddInstanceModal()',
|
||||
'icon': 'fa-plus',
|
||||
'icon': 'fa-rocket',
|
||||
'class': 'btn-primary'
|
||||
},
|
||||
{
|
||||
'text': 'Link Existing Instance',
|
||||
'url': '#',
|
||||
'onclick': 'showAddExistingInstanceModal()',
|
||||
'icon': 'fa-link',
|
||||
'class': 'btn-secondary'
|
||||
}
|
||||
]
|
||||
) }}
|
||||
|
||||
Reference in New Issue
Block a user