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
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Romain Courteaud
slapos.core
Commits
706a6509
Commit
706a6509
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
cfce1e02
Changes
5
Show 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 @
706a6509
...
...
@@ -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 @
706a6509
...
...
@@ -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 @
706a6509
...
...
@@ -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 @
706a6509
...
...
@@ -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 @
706a6509
...
...
@@ -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