Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
18
Merge Requests
18
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos.core
Commits
efb21535
Commit
efb21535
authored
Aug 22, 2024
by
Romain Courteaud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slapos_cloud: keep panel link on the panel view
parent
0c22127e
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
master/bt5/slapos_cloud/SkinTemplateItem/portal_skins/slapos_cloud/ComputePartition_getInstanceTreeUrlString.py
...slapos_cloud/ComputePartition_getInstanceTreeUrlString.py
+1
-1
master/bt5/slapos_cloud/SkinTemplateItem/portal_skins/slapos_cloud/ComputePartition_getInstanceUrlString.py
...ins/slapos_cloud/ComputePartition_getInstanceUrlString.py
+1
-1
master/bt5/slapos_cloud/SkinTemplateItem/portal_skins/slapos_cloud/ComputePartition_getOwnerUrl.py
...portal_skins/slapos_cloud/ComputePartition_getOwnerUrl.py
+1
-1
master/bt5/slapos_cloud/SkinTemplateItem/portal_skins/slapos_cloud/SoftwareInstance_getComputeNodeUrl.py
..._skins/slapos_cloud/SoftwareInstance_getComputeNodeUrl.py
+1
-1
master/bt5/slapos_cloud/SkinTemplateItem/portal_skins/slapos_cloud/SoftwareInstance_getPartitionUrl.py
...al_skins/slapos_cloud/SoftwareInstance_getPartitionUrl.py
+1
-1
No files found.
master/bt5/slapos_cloud/SkinTemplateItem/portal_skins/slapos_cloud/ComputePartition_getInstanceTreeUrlString.py
View file @
efb21535
...
...
@@ -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'
:
{
...
...
master/bt5/slapos_cloud/SkinTemplateItem/portal_skins/slapos_cloud/ComputePartition_getInstanceUrlString.py
View file @
efb21535
...
...
@@ -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'
,
},
...
...
master/bt5/slapos_cloud/SkinTemplateItem/portal_skins/slapos_cloud/ComputePartition_getOwnerUrl.py
View file @
efb21535
...
...
@@ -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'
:
{
...
...
master/bt5/slapos_cloud/SkinTemplateItem/portal_skins/slapos_cloud/SoftwareInstance_getComputeNodeUrl.py
View file @
efb21535
...
...
@@ -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'
:
{
...
...
master/bt5/slapos_cloud/SkinTemplateItem/portal_skins/slapos_cloud/SoftwareInstance_getPartitionUrl.py
View file @
efb21535
...
...
@@ -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'
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment