mirror of
https://github.com/fazo96/pbs.git
synced 2025-01-27 14:34:19 +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/
|
bower_components/
|
||||||
.divshot-cache/
|
.divshot-cache/
|
||||||
|
divshot-debug-log
|
||||||
node_modules/
|
node_modules/
|
||||||
test/
|
test/
|
||||||
testdata/
|
testdata/
|
||||||
|
@ -86,7 +86,7 @@
|
|||||||
<td>{{$index + 1}}</td>
|
<td>{{$index + 1}}</td>
|
||||||
<td>{{item.id}}</td>
|
<td>{{item.id}}</td>
|
||||||
<td>{{item.name}}</td>
|
<td>{{item.name}}</td>
|
||||||
<td>{{item.assignedTo || []}}</td>
|
<td>{{item.assignedTo.join(', ') || "None"}}</td>
|
||||||
<td>
|
<td>
|
||||||
<button class="btn btn-info" ng-click="clone(true,item.id)">
|
<button class="btn btn-info" ng-click="clone(true,item.id)">
|
||||||
<i class="fa fa-copy"></i>
|
<i class="fa fa-copy"></i>
|
||||||
|
Loading…
Reference in New Issue
Block a user