Commit 584f2b5a authored by Kostis Trantzas's avatar Kostis Trantzas
Browse files

fix for #19

parent 5f8c7d0e
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ export class PreviewMarketPlaceItemComponent implements OnInit {
    if (this.productOffering.productSpecification && this.productOffering.productSpecification.id) {
      this.retrieveProductSpec(this.data.productOffering)
    } else {
      this.specLogoUrl = this.themingService.getConfig().DEFAULT_SERVICE_LOGO_PATH
      this.specLogoUrl = this.themingService.getConfig().DEPLOYMENT_LOGO_PATH
      this.finishedLoading = true
    }
  }
@@ -47,7 +47,7 @@ export class PreviewMarketPlaceItemComponent implements OnInit {
      () => {
        this.finishedLoading = true
        //Check if spec has a defined logo
        this.specLogoUrl = this.themingService.getConfig().DEFAULT_SERVICE_LOGO_PATH
        this.specLogoUrl = this.themingService.getConfig().DEPLOYMENT_LOGO_PATH
      }
    )

+3 −11
Original line number Diff line number Diff line
@@ -3,18 +3,10 @@
        <div *ngIf="!customFooterHTML" class="container">
            <div class='row align-items-center'>
                <div class='col-md-2'><img src='assets/images/eu-commission.png' /></div>
                <div class='col-md-10 font-weight-light'>OpenSlice has received funding from
                <div class='col-md-10 font-weight-light'>
                    <div class='font-weight-light'>
                        <a href="https://5ginfire.eu/">5GinFIRE project</a> from the European Horizon 2020 Programme for research, technological
                        development and demonstration under grant agreement number 732497.
                    </div>
                    <div class='font-weight-light'>
                        <a href='https://5g-vinni.eu/'>5G-VINNI project</a> from the European Horizon 2020 Programme for research, technological
                        development and demonstration under grant agreement number 815279.
                    </div>
                    <div class='font-weight-light'>
                        <a href='https://5gasp.eu/'>5GASP project</a> from the European Horizon 2020 Programme for research, technological
                        development and demonstration under grant agreement number 101016448.
                        OpenSlice has received funding from various projects under European Programmes for research, technological development
                        and demonstration. You may refer to our extensive <a href="https://osl.etsi.org/ecosystem/">ecosystem</a> for further details.
                    </div>
                    <div class='font-weight-light'>{{config.TITLE}} running OSL version {{config.PORTALVERSION}} | 
                        <a href='https://osl.etsi.org/files/SDG_OSL_Terms_and_Conditions.pdf' class='font-weight-light'>Terms and Conditions</a> | 
+1 −1
Original line number Diff line number Diff line
@@ -5,5 +5,5 @@
    "FAVICON_PATH":"favicon.ico",   
    "WHO_WE_ARE_HTML":"<address class='font-weight-light'><span class='font-weight-bold'>ETSI SDG OpenSlice</span>|<a href='https://osl.etsi.org/' class='text-white'>https://osl.etsi.org</a><br>The ETSI Software Development Group for OpenSlice (SDG OSL) is developing an open source service based Operations Support System (OSS) to deliver Network Slice as a Service (NSaaS).</address><address class='font-weight-light'><span class='font-weight-bold'>OpenSlice by ETSI</span>|<a href='http' class='text-white'>http://portal.openslice.io</a><br>A portal that allows 5G experimenters to design and deploy network services towards the infrastructure.</address><address class='font-weight-light'><span class='font-weight-bold'>OpenSlice by ETSI wiki</span>|<a href='https://osl.etsi.org/documentation' class='text-white'>https://osl.etsi.org/documentation</a><br>A wiki containing OpenSlice software documentation.</address>",
    "CONNECT_WITH_US_HTML":"<div class='col-lg-3 col-md-6 col-sm-12'><div><a class='font-weight-light text-white' href='https://www.linkedin.com/company/openslice'><i class='fab mr-2 fa-linkedin'></i>LinkedIn</a></div></div><div class='col-lg-3 col-md-6 col-sm-12'><div><a class='font-weight-light text-white' href='https://openslice.slack.com/'><i class='fab mr-2 fa-slack'></i>Slack</a></div></div><div class='col-lg-3 col-md-6 col-sm-12'><div><a class='font-weight-light text-white' href='https://twitter.com/OpensliceOSS'><i class='fab mr-2 fa-twitter'></i>Twitter</a></div></div>",
    "FOOTER_HTML":"<div class='row align-items-center'><div class='col-md-2'><img src='assets/images/eu-commission.png' /></div><div class='col-md-10 font-weight-light'>OpenSlice has received funding from<div class='font-weight-light'>5GinFIRE | https://5ginfire.eu/ project from the European Horizon 2020 Programme for research, technological development and demonstration under grant agreement number 732497.</div><div class='font-weight-light'>5G-VINNI project | https://5g-vinni.eu/ 5G-VINNI project has received funding from the European Horizon 2020 Programme for research, technological development and demonstration under grant agreement number 815279</div><div class='font-weight-light'>Openslice by ETSI running OSL version 2024Q2 | <a href='https://osl.etsi.org/files/SDG_OSL_Terms_and_Conditions.pdf' class='font-weight-light'>Terms and Conditions</a> | &copy; 2024 on behalf of <a target='_blank' href='https://osl.etsi.org/' title='osl.etsi.org' class='font-weight-light'>osl.etsi.org</a></div></div></div>"
    "FOOTER_HTML":"<div class='row align-items-center'><div class='col-md-2'><img src='assets/images/eu-commission.png'></div><div class='col-md-10 font-weight-light'><div class='font-weight-light'>OpenSlice has received funding from various projects under European Programmes for research, technological development and demonstration. You may refer to our extensive <a href='https://osl.etsi.org/ecosystem/'>ecosystem</a> for further details.</div><div class='font-weight-light'>Openslice by ETSI running OSL version 2024Q2 | <a href='https://osl.etsi.org/files/SDG_OSL_Terms_and_Conditions.pdf' class='font-weight-light'>Terms and Conditions</a> | &copy; 2024 on behalf of <a target='_blank' href='https://osl.etsi.org/' title='osl.etsi.org' class='font-weight-light'>osl.etsi.org</a></div></div></div>"
}
 No newline at end of file