Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
beat.web
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
54
Issues
54
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
beat
beat.web
Commits
47182d67
Commit
47182d67
authored
Apr 23, 2016
by
André Anjos
💬
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into scheduler
parents
ee648b42
cf4f4a91
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
beat/web/reports/templates/reports/partials/reportSingleTable.html
...reports/templates/reports/partials/reportSingleTable.html
+5
-5
setup.py
setup.py
+1
-1
No files found.
beat/web/reports/templates/reports/partials/reportSingleTable.html
View file @
47182d67
{% comment %}
* Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/
* Contact: beat.support@idiap.ch
*
*
* This file is part of the beat.web module of the BEAT platform.
*
*
* Commercial License Usage
* Licensees holding valid commercial BEAT licenses may use this file in
* accordance with the terms contained in a written agreement between you
* and Idiap. For further information contact tto@idiap.ch
*
*
* Alternatively, this file may be used under the terms of the GNU Affero
* Public License version 3 as published by the Free Software and appearing
* in the file LICENSE.AGPL included in the packaging of this file.
* The BEAT platform is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
* or FITNESS FOR A PARTICULAR PURPOSE.
*
*
* You should have received a copy of the GNU Affero Public License along
* with the BEAT platform. If not, see http://www.gnu.org/licenses/.
{% endcomment %}
...
...
@@ -40,7 +40,7 @@
<span
style=
"white-space:nowrap"
>
<span
ng-if=
"(sorted_tables | contains:dattrs.tableid)"
class=
"glyphicon sort-icon"
ng-show=
"sorted_experiments_keys_tables_sortkey[dattrs.tableid]==value.name"
ng-class=
"{'glyphicon-chevron-up':sorted_experiments_keys_reverse[dattrs.tableid],'glyphicon-chevron-down':!(sorted_experiments_keys_reverse[dattrs.tableid])}"
></span>
<span
ng-if=
"!(sorted_tables | contains:dattrs.tableid) && sorted_experiments_keys_reverse[dattrs.tableid]!=undefined"
class=
"glyphicon sort-icon"
ng-show=
"sorted_experiments_keys_tables_sortkey[dattrs.tableid]==value.name"
ng-class=
"{'glyphicon-chevron-up':sorted_experiments_keys_reverse[dattrs.tableid],'glyphicon-chevron-down':!(sorted_experiments_keys_reverse[dattrs.tableid])}"
></span>
<small
style=
"white-space:nowrap"
><span
ng-if=
"!(sorted_tables | contains:dattrs.tableid) || sorted_experiments_keys_reverse[dattrs.tableid]==undefined || sorted_experiments_keys_tables_sortkey[dattrs.tableid]!=value.name"
class=
"glyphicon glyphicon-sort text-muted
sort-icon"
ng-show=
"sorted_experiments_keys_tables_sortkey[dattrs.tableid]!=value.name"
></span></small>
<small
style=
"white-space:nowrap"
><span
style=
"color:#D3D3D3"
ng-if=
"!(sorted_tables | contains:dattrs.tableid) || sorted_experiments_keys_reverse[dattrs.tableid]==undefined || sorted_experiments_keys_tables_sortkey[dattrs.tableid]!=value.name"
class=
"glyphicon glyphicon-sort
sort-icon"
ng-show=
"sorted_experiments_keys_tables_sortkey[dattrs.tableid]!=value.name"
></span></small>
{$ value.name $}
</span>
</th>
...
...
setup.py
View file @
47182d67
...
...
@@ -32,7 +32,7 @@ from setuptools import setup, find_packages
setup
(
name
=
'beat.web'
,
version
=
'1.0.4rc
3
'
,
version
=
'1.0.4rc
4
'
,
description
=
'Biometrics Evaluation and Testing Platform (Web Modules)'
,
url
=
'https://gitlab.idiap.ch/beat/beat.web'
,
license
=
'AGPLv3'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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