@@ -31,7 +31,7 @@ <h1>Methodology Dashboard</h1>
31
31
< div class ="row p-4 " style ="text-align: center; ">
32
32
< div class ="col-sm-10 " >
33
33
< div class ="card border-danger mb-3 ">
34
- < div class ="card-header text-center text-danger "> < h3 style ="text-align:center "> Error No Schema </ h3 > </ div >
34
+ < div class ="card-header text-center text-danger "> < h3 style ="text-align:center "> Schema Not Found </ h3 > </ div >
35
35
< div class ="card-body text-center ">
36
36
< br >
37
37
< p > < strong > {{graphics.NO_SCHEMA}}</ strong > </ p >
@@ -44,7 +44,7 @@ <h1>Methodology Dashboard</h1>
44
44
< div class ="row p-4 " style ="text-align: center; ">
45
45
< div class ="col-sm-10 " >
46
46
< div class ="card border-danger mb-3 ">
47
- < div class ="card-header text-center text-danger "> < h3 style ="text-align:center "> Error when connecting to LIMS</ h3 > </ div >
47
+ < div class ="card-header text-center text-danger "> < h3 style ="text-align:center "> Error connecting to LIMS</ h3 > </ div >
48
48
< div class ="card-body text-center ">
49
49
< p > < strong > {{graphics.ERROR}}</ strong > </ p >
50
50
</ div > <!-- end card body -->
@@ -57,7 +57,7 @@ <h1>Methodology Dashboard</h1>
57
57
< div class ="row p-4 " style ="text-align: center; ">
58
58
< div class ="col-sm-10 " >
59
59
< div class ="card border-danger mb-3 ">
60
- < div class ="card-header text-center text-danger "> < h3 style ="text-align:center "> No Bio Analysis data </ h3 > </ div >
60
+ < div class ="card-header text-center text-danger "> < h3 style ="text-align:center "> No Bioinformatics Analysis Data Available </ h3 > </ div >
61
61
< div class ="card-body text-center ">
62
62
< br >
63
63
< p > < strong > {{graphics.ERROR_ANALYSIS}}</ strong > </ p >
@@ -75,7 +75,7 @@ <h1>Methodology Dashboard</h1>
75
75
< div class ="col-sm-4 ">
76
76
{% if graphics.ERROR %}
77
77
< div class ="card-body text-center text-danger ">
78
- < p > Metadata filled values </ p >
78
+ < p > Completed fields in metadata </ p >
79
79
< p > Unable to fetch data from LIMS</ p >
80
80
</ div > <!-- end card body -->
81
81
{% else %}
@@ -86,7 +86,7 @@ <h1>Methodology Dashboard</h1>
86
86
{% if graphics.ERROR_ANALYSIS %}
87
87
< div class ="card-body text-center text-danger ">
88
88
< br >
89
- < p > No Bioinformatics analysis data</ p >
89
+ < p > No Bioinformatics Analysis data</ p >
90
90
</ div > <!-- end card body -->
91
91
{% else %}
92
92
{% plotly_app name="bio_filled_values" ratio=1.2 %}
0 commit comments