Project

General

Profile

« Previous | Next » 

Revision 50672

added compatibility validation results component

View differences:

shared-messages.ts
21 21
export const noRuleSets = 'No rule sets were found';
22 22

  
23 23

  
24
/* Loading Rules Messages */
24
/* Loading Validation Sets Messages */
25 25
export const loadingValSets = 'Retrieving validation sets ...';
26 26
export const loadingValSetsError = 'The validation sets can not be retrieved at the moment';
27 27

  
28
/* Jobs of User */
29
export const loadingUserJobs = 'Retrieving job results ...';
30
export const loadingUserJobsError = 'Your job results can not be retrieved at the moment';
31
export const noUserJobsFound = 'No stored jobs found';
28 32

  
33

  
29 34
/* Loading Topics Messages */
30 35
export const loadingTopics = 'Loading topics for your datasource';
31 36
export const loadingTopicsError = 'Failed to load the topics for your datasource';
32 37

  
33 38

  
34 39
/* Loading Metrics Messages */
35
export const loadingMetrics = 'Loading diagrams ...'
40
export const loadingMetrics = 'Loading diagrams ...';
36 41
export const loadingMetricsError = 'Failed to load the piwik site of your repository';
37 42

  
38 43

  

Also available in: Unified diff