Skip to content

Commit f3a73d7

Browse files
committed
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.
1 parent e323a4f commit f3a73d7

4 files changed

Lines changed: 10 additions & 1 deletion

File tree

ui/css/cloudstack3.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1680,6 +1680,15 @@ div.detail-group.actions td {
16801680
}
16811681

16821682
#header div.logo {
1683+
width: 170px;
1684+
height: 47px;
1685+
position: relative;
1686+
float: left;
1687+
margin: 4px 0 0 19px;
1688+
background: url(../images/logo-cloudplatform.png) no-repeat 0 center;
1689+
}
1690+
1691+
#header.nologo div.logo {
16831692
width: 170px;
16841693
height: 47px;
16851694
position: relative;

ui/images/logo-cloudplatform.png

1.69 KB
Loading

ui/images/logo-login.png

1.43 KB
Loading

ui/scripts/ui/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@
315315
}
316316

317317
// Hide logo conditionally
318-
if (!args.hasLogo) $('#header .controls').addClass('nologo');
318+
if (!args.hasLogo) $('#header, #header .controls').addClass('nologo');
319319

320320
return this;
321321
};

0 commit comments

Comments
 (0)