mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
UI proprietary build: rename 'CloudStack' -> 'CloudPlatform'
When EULA is present for a proprietary build, show 'CloudPlatform' instead of 'CloudStack' in the logo for the login form and top header.
This commit is contained in:
parent
e323a4f725
commit
f3a73d722f
@ -1680,6 +1680,15 @@ div.detail-group.actions td {
|
||||
}
|
||||
|
||||
#header div.logo {
|
||||
width: 170px;
|
||||
height: 47px;
|
||||
position: relative;
|
||||
float: left;
|
||||
margin: 4px 0 0 19px;
|
||||
background: url(../images/logo-cloudplatform.png) no-repeat 0 center;
|
||||
}
|
||||
|
||||
#header.nologo div.logo {
|
||||
width: 170px;
|
||||
height: 47px;
|
||||
position: relative;
|
||||
|
||||
BIN
ui/images/logo-cloudplatform.png
Normal file
BIN
ui/images/logo-cloudplatform.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 7.3 KiB After Width: | Height: | Size: 8.7 KiB |
@ -315,7 +315,7 @@
|
||||
}
|
||||
|
||||
// Hide logo conditionally
|
||||
if (!args.hasLogo) $('#header .controls').addClass('nologo');
|
||||
if (!args.hasLogo) $('#header, #header .controls').addClass('nologo');
|
||||
|
||||
return this;
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user