Commit efb21535 authored by Romain Courteaud's avatar Romain Courteaud

slapos_cloud: keep panel link on the panel view

parent 0c22127e
......@@ -12,7 +12,7 @@ if url_dict: # If RenderJS UI
return {
'command': 'push_history',
'view_kw': {
'view': 'view',
'view': 'slapos_panel_view',
'jio_key': jio_key,
},
'options': {
......
......@@ -10,7 +10,7 @@ if url_dict: # If RenderJS UI
return {
'command': 'push_history',
'view_kw': {
'view': 'view',
'view': 'slapos_panel_view',
'jio_key': jio_key,
'editable': 'true',
},
......
......@@ -12,7 +12,7 @@ if url_dict: # If RenderJS UI
return {
'command': 'push_history',
'view_kw': {
'view': 'view',
'view': 'slapos_panel_view',
'jio_key': jio_key,
},
'options': {
......
......@@ -12,7 +12,7 @@ if url_dict: # If RenderJS UI
return {
'command': 'push_history',
'view_kw': {
'view': 'view',
'view': 'slapos_panel_view',
'jio_key': jio_key,
},
'options': {
......
......@@ -15,7 +15,7 @@ if url_dict: # if RenderJS UI
return {
'command': 'push_history',
'view_kw': {
'view': 'view',
'view': 'slapos_panel_view',
'jio_key': jio_key,
},
'options': {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment