We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c183e63 commit e77bd1fCopy full SHA for e77bd1f
1 file changed
OpenFlow/src/public/Workitems.html
@@ -68,7 +68,9 @@ <h1>{{ctrl.queue}} <span translate lib="web">workitems</span></h1>
68
<td class="text-truncate">{{model.state}}</td>
69
<td class="text-truncate">{{model.retries}}</td>
70
<td class="text-truncate" ng-show="ctrl.queue == ''">
71
- {{model.wiq}}
+ <a style="color: inherit; text-decoration: inherit;" ng-href="#/Workitems/{{model.wiq}}">
72
+ {{model.wiq}}
73
+ </a>
74
<!-- <a class="btn" ng-href="#/Workitems/{{model.wiq}}"></a> -->
75
</td>
76
<td>
0 commit comments