Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
genotoul-bioinfo
ng6
Commits
873387c3
Commit
873387c3
authored
Aug 28, 2019
by
Romain Therville
☕
Browse files
We add a check line 135 on runs.data_state to display a custom message.
parent
24b80f06
Changes
1
Hide whitespace changes
Inline
Side-by-side
ui/nG6/pi1/run_view.tpl
View file @
873387c3
...
...
@@ -132,7 +132,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
</ul>
{
if
$nb_files
==
0
}
<div
class=
"alert alert-info"
>
Results folder not synchronized yet...
{
if
$runs
[
key
(
$runs
)].
data_state
==
"purged"
}
The data have been purged. (Retention limit :
{
$runs
[
key
(
$runs
)].
retention_date
|
date_format
}
)
{
else
}
Results folder not synchronized yet...
{/
if
}
</div>
{/
if
}
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment