Skip to content
Snippets Groups Projects
Commit 02f703d0 authored by Jaden's avatar Jaden Committed by Samuel GAIST
Browse files

[reports] show analyzer access warning in global exp table

parent f21de26e
No related branches found
No related tags found
1 merge request!297Fix report's experiment table name/URL construction & restrictions
...@@ -162,7 +162,7 @@ angular.module('reportApp') ...@@ -162,7 +162,7 @@ angular.module('reportApp')
</td> </td>
<td> <td>
<a ng-if='getAnalyzerAccessMap(expName)' href='{{ getBlockUrl(getAnalyzerFromExpName(expName)) }}'>{{ getAnalyzerFromExpName(expName) }}</a> <a ng-if='getAnalyzerAccessMap(expName)' href='{{ getBlockUrl(getAnalyzerFromExpName(expName)) }}'>{{ getAnalyzerFromExpName(expName) }}</a>
<span ng-if='!getAnalyzerAccessMap(expName)'>{{ getAnalyzerShortName(expName) }}</a> <span ng-if='!getAnalyzerAccessMap(expName)' title='analyzer not accessible for current user'>{{ getAnalyzerShortName(expName) }}</a>
</td> </td>
</tr> </tr>
</tbody> </tbody>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment