Project

General

Profile

« Previous | Next » 

Revision 59666

Created a new environment properties file for beta

View differences:

modules/uoa-repository-dashboard-gui/branches/new-ui/angular.json
52 52
              "extractLicenses": true,
53 53
              "vendorChunk": false,
54 54
              "buildOptimizer": true
55
            },
56
            "beta": {
57
              "fileReplacements": [
58
                {
59
                  "replace": "src/environments/environment.ts",
60
                  "with": "src/environments/environment.beta.ts"
61
                }
62
              ],
63
              "optimization": true,
64
              "outputHashing": "all",
65
              "sourceMap": false,
66
              "extractCss": true,
67
              "namedChunks": false,
68
              "aot": true,
69
              "extractLicenses": true,
70
              "vendorChunk": false,
71
              "buildOptimizer": true
55 72
            }
56 73
          }
57 74
        },
modules/uoa-repository-dashboard-gui/branches/new-ui/src/app/pages/repository/metrics/metrics-usagestats-report-results.component.html
32 32
            <div class="uk-grid">
33 33
              <div class="uk-width-4-5@m">
34 34
                <h3>{{ repoResponse.ReportDefinition['@Name'] }} Report Results
35
                  <span *ngIf="repoResponse.Report &&
36
                              repoResponse.Report.Report &&
37
                              repoResponse.Report.Report.Customer &&
38
                              repoResponse.Report.Report.Customer.ReportItems &&
39
                              repoResponse.Report.Report.Customer.ReportItems.length > 0">for {{ repoResponse.Report.Report.Customer.ReportItems[0].ItemPlatform }}</span>
35
                  <!--<span *ngIf="repoResponse.Report &&-->
36
                              <!--repoResponse.Report.Report &&-->
37
                              <!--repoResponse.Report.Report.Customer &&-->
38
                              <!--repoResponse.Report.Report.Customer.ReportItems &&-->
39
                              <!--repoResponse.Report.Report.Customer.ReportItems.length > 0">for {{ repoResponse.Report.Report.Customer.ReportItems[0].ItemPlatform }}</span>-->
40 40
                </h3>
41 41
              </div>
42 42
              <div class="uk-width-1-5@m">
modules/uoa-repository-dashboard-gui/branches/new-ui/src/environments/environment.beta.ts
1
export const environment = {
2
  production: true,
3
  API_ENDPOINT: '/api',
4
  FAQ_ENDPOINT: 'https://provide.openaire.eu/uoa-admin-tools/api',
5
  FAQ_HOMEPAGE: 'https://provide.openaire.eu/uoa-admin-tools/dashboard'
6
};
modules/uoa-repository-dashboard-gui/branches/new-ui/src/environments/environment.ts
5 5
export const environment = {
6 6
  production: false,
7 7
  API_ENDPOINT: '/uoa-repository-manager-service',
8
  FAQ_ENDPOINT: 'http://88.197.53.69:5555/api',
9
  FAQ_HOMEPAGE: 'http://88.197.53.69:5555'
8
  // FAQ_ENDPOINT: 'http://88.197.53.69:5555/api',
9
  // FAQ_HOMEPAGE: 'http://88.197.53.69:5555'
10
  FAQ_ENDPOINT: 'https://provide.openaire.eu/uoa-admin-tools/api',
11
  FAQ_HOMEPAGE: 'https://provide.openaire.eu/uoa-admin-tools/dashboard'
10 12
};
11 13

  
12 14
/*

Also available in: Unified diff