mirror of
https://github.com/fazo96/pbs.git
synced 2025-01-26 14:24:20 +01:00
fixed resource view
This commit is contained in:
parent
bfbd4149f4
commit
bab8f11111
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,6 @@
|
||||
bower_components/
|
||||
.divshot-cache/
|
||||
divshot-debug-log
|
||||
node_modules/
|
||||
test/
|
||||
testdata/
|
||||
|
@ -86,7 +86,7 @@
|
||||
<td>{{$index + 1}}</td>
|
||||
<td>{{item.id}}</td>
|
||||
<td>{{item.name}}</td>
|
||||
<td>{{item.assignedTo || []}}</td>
|
||||
<td>{{item.assignedTo.join(', ') || "None"}}</td>
|
||||
<td>
|
||||
<button class="btn btn-info" ng-click="clone(true,item.id)">
|
||||
<i class="fa fa-copy"></i>
|
||||
|
Loading…
Reference in New Issue
Block a user