Skip to content

Commit e77bd1f

Browse files
committed
add links
1 parent c183e63 commit e77bd1f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

OpenFlow/src/public/Workitems.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ <h1>{{ctrl.queue}} <span translate lib="web">workitems</span></h1>
6868
<td class="text-truncate">{{model.state}}</td>
6969
<td class="text-truncate">{{model.retries}}</td>
7070
<td class="text-truncate" ng-show="ctrl.queue == ''">
71-
{{model.wiq}}
71+
<a style="color: inherit; text-decoration: inherit;" ng-href="#/Workitems/{{model.wiq}}">
72+
{{model.wiq}}
73+
</a>
7274
<!-- <a class="btn" ng-href="#/Workitems/{{model.wiq}}"></a> -->
7375
</td>
7476
<td>

0 commit comments

Comments
 (0)