Merge "Move Starlingx branding from stx-horizon to stx-gui"

This commit is contained in:
Zuul 2018-12-10 19:38:45 +00:00 committed by Gerrit Code Review
commit 1643e005ae
1 changed files with 3 additions and 3 deletions

View File

@ -986,9 +986,9 @@ SITE_BRANDING = "StarlingX"
AVAILABLE_THEMES = [ AVAILABLE_THEMES = [
('default', 'Default', 'themes/default'), ('default', 'Default', 'themes/default'),
('material', 'Material', 'themes/material'), ('material', 'Material', 'themes/material'),
('titanium', 'Titanium', 'themes/titanium'), ('starlingx', 'StarlingX', 'themes/starlingx'),
] ]
DEFAULT_THEME = 'titanium' DEFAULT_THEME = 'starlingx'
for root, dirs, files in os.walk('/opt/branding/applied'): for root, dirs, files in os.walk('/opt/branding/applied'):
if 'manifest.py' in files: if 'manifest.py' in files:
@ -999,7 +999,7 @@ for root, dirs, files in os.walk('/opt/branding/applied'):
AVAILABLE_THEMES = [ AVAILABLE_THEMES = [
('default', 'Default', 'themes/default'), ('default', 'Default', 'themes/default'),
('material', 'Material', 'themes/material'), ('material', 'Material', 'themes/material'),
('titanium', 'Titanium', 'themes/titanium'), ('starlingx', 'StarlingX', 'themes/starlingx'),
('custom', 'Custom', '/opt/branding/applied'), ('custom', 'Custom', '/opt/branding/applied'),
] ]
DEFAULT_THEME = 'custom' DEFAULT_THEME = 'custom'