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 ...@@ -12,7 +12,7 @@ if url_dict: # If RenderJS UI
return { return {
'command': 'push_history', 'command': 'push_history',
'view_kw': { 'view_kw': {
'view': 'view', 'view': 'slapos_panel_view',
'jio_key': jio_key, 'jio_key': jio_key,
}, },
'options': { 'options': {
......
...@@ -10,7 +10,7 @@ if url_dict: # If RenderJS UI ...@@ -10,7 +10,7 @@ if url_dict: # If RenderJS UI
return { return {
'command': 'push_history', 'command': 'push_history',
'view_kw': { 'view_kw': {
'view': 'view', 'view': 'slapos_panel_view',
'jio_key': jio_key, 'jio_key': jio_key,
'editable': 'true', 'editable': 'true',
}, },
......
...@@ -12,7 +12,7 @@ if url_dict: # If RenderJS UI ...@@ -12,7 +12,7 @@ if url_dict: # If RenderJS UI
return { return {
'command': 'push_history', 'command': 'push_history',
'view_kw': { 'view_kw': {
'view': 'view', 'view': 'slapos_panel_view',
'jio_key': jio_key, 'jio_key': jio_key,
}, },
'options': { 'options': {
......
...@@ -12,7 +12,7 @@ if url_dict: # If RenderJS UI ...@@ -12,7 +12,7 @@ if url_dict: # If RenderJS UI
return { return {
'command': 'push_history', 'command': 'push_history',
'view_kw': { 'view_kw': {
'view': 'view', 'view': 'slapos_panel_view',
'jio_key': jio_key, 'jio_key': jio_key,
}, },
'options': { 'options': {
......
...@@ -15,7 +15,7 @@ if url_dict: # if RenderJS UI ...@@ -15,7 +15,7 @@ if url_dict: # if RenderJS UI
return { return {
'command': 'push_history', 'command': 'push_history',
'view_kw': { 'view_kw': {
'view': 'view', 'view': 'slapos_panel_view',
'jio_key': jio_key, 'jio_key': jio_key,
}, },
'options': { '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