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
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
slapos.core
Commits
638aad10
Commit
638aad10
authored
May 25, 2021
by
Lu Xu
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slapos_cloud: Fix up default logo to display
parent
7e9ec4da
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
master/bt5/slapos_cloud/SkinTemplateItem/portal_skins/slapos_cloud/HostingSubscription_getDefaultImageAbsoluteUrl.py
...s_cloud/HostingSubscription_getDefaultImageAbsoluteUrl.py
+3
-3
No files found.
master/bt5/slapos_cloud/SkinTemplateItem/portal_skins/slapos_cloud/HostingSubscription_getDefaultImageAbsoluteUrl.py
View file @
638aad10
portal
=
context
.
getPortalObject
()
url_string
=
context
.
getUrlString
()
image_url
=
""
# set default value of image_url to the panel's logo
image_url
=
"gadget_slapos_panel.png"
release
=
portal
.
portal_catalog
.
getResultValue
(
portal_type
=
"Software Release"
,
...
...
@@ -8,7 +9,6 @@ release = portal.portal_catalog.getResultValue(
)
if
release
is
not
None
:
software_product
=
release
.
getAggregateValue
()
# set default value of image_url to the panel's logo
image_url
=
software_product
.
getDefaultImageAbsoluteUrl
()
or
"gadget_slapos_panel.png"
image_url
=
software_product
.
getDefaultImageAbsoluteUrl
()
return
image_url
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