Project

General

Profile

« Previous | Next » 

Revision 58584

[Admin | Trunk]: Fix a bug with communities number on wellcome page

View differences:

modules/uoa-admin-portal/trunk/src/app/pages/wellcome/wellcome.component.ts
104 104
      this.propertiesService.setEnvProperties(es);
105 105
      this.properties = this.propertiesService.envSpecific;
106 106
      HelperFunctions.scroll();
107
      let count = 0;
107 108
      this.userManagementService.getUserInfo().subscribe(user => {
108 109
        this.user = user;
109

  
110
        //this._communitiesService.getCommunities(this.properties, this.properties.communityAPI + 'communities').subscribe(
111 110
        this._communitiesService.getCommunitiesState().subscribe(
112 111
          communities => {
112
            this.communities = [];
113 113
            if (!communities || communities.length === 0) {
114 114
              return;
115 115
            }
modules/uoa-admin-portal/trunk/src/assets/css/connect-custom.css
57 57
}
58 58

  
59 59
.wellcomePage{
60
  background-image: url("../imgs/wellcome.png"); background-color: rgb(255, 255, 255); box-sizing: border-box; min-height: calc(100vh - 412.767px);
60
  background: transparent linear-gradient(0deg, #FAFAFA 0%, #E2EEFA 100%) 0 0 no-repeat padding-box;
61
  min-height: calc(100vh - 412.767px);
61 62
}
63

  
62 64
.sidebar{
63 65
  background-color: #9C9C9C;
64 66
}

Also available in: Unified diff