File tree Expand file tree Collapse file tree 4 files changed +32
-8
lines changed
packages/manager/apps/public-cloud/src/components/beta-warning Expand file tree Collapse file tree 4 files changed +32
-8
lines changed Original file line number Diff line number Diff line change 11import illustration from './beta-warning.png' ;
2+ import logo from './logo-ovh.svg' ;
23
34const LOCALSTORAGE_KEY = 'OVH_MANAGER_PUBLIC_CLOUD_HIDE_BETA_WARNING' ;
45
@@ -8,6 +9,7 @@ export default class {
89 constructor ( ) {
910 this . checked = false ;
1011 this . illustration = illustration ;
12+ this . logo = logo ;
1113 this . isHidden = localStorage . getItem ( LOCALSTORAGE_KEY ) || false ;
1214 }
1315
Original file line number Diff line number Diff line change 11< div class ="p-4 " data-ng-if ="!$ctrl.isHidden ">
2- < h1 class ="d-flex logo ">
3- < i class =" oui-icon oui-icon-ovh " style =" font-size: 5rem; " > </ i >
4- < span class =" ml-3 my-auto " > OVH </ span >
5- </ h1 >
2+ < img class ="logo "
3+ alt =""
4+ data-ng-src =" {{:: $ctrl.logo }} " >
5+
66 < div class ="container-fluid ">
77 < div class ="row d-flex justify-content-center ">
88 < div class ="col-xs-10 col-md-6 col-lg-5 ">
Original file line number Diff line number Diff line change @@ -12,10 +12,7 @@ public-cloud-beta-warning { /* stylelint-disable-line */
1212 z-index : 9998 ;
1313
1414 .logo {
15- & ,
16- .oui-icon {
17- color : @primary-color ;
18- }
15+ height : 46px ;
1916 }
2017
2118 & .ng-leave {
You can’t perform that action at this time.
0 commit comments