git://git.onelab.eu
/
unfold.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
512097d
bd81218
)
Merge branch 'onelab' of ssh://git.onelab.eu/git/myslice into onelab
author
Loic Baron
<loic.baron@lip6.fr>
Thu, 27 Feb 2014 10:44:36 +0000
(11:44 +0100)
committer
Loic Baron
<loic.baron@lip6.fr>
Thu, 27 Feb 2014 10:44:36 +0000
(11:44 +0100)
Conflicts:
portal/templates/institution.html
1
2
portal/templates/institution.html
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
portal/templates/institution.html
index
e4003b4
,
a0f6510
..
812b2e5
---
1
/
portal/templates/institution.html
---
2
/
portal/templates/institution.html
+++ b/
portal/templates/institution.html
@@@
-166,6
-123,6
+166,7
@@@
slice_row += "<td>"+slice_url+"</td>";
slice_row += "<td>"+nodes_length+"</td>";
slice_row += "<td>"+val.slice_expires+"</td>";
++ slice_row += "</tr>";
table_slices.push(slice_row);
});
@@@
-191,6
-150,6
+192,7
@@@
user_row += "<td>"+val.user_first_name+"</td>";
user_row += "<td>"+val.user_last_name+"</td>";
user_row += "<td>"+val.enabled+"</td>";
++ user_row += "</tr>";
table_users.push(user_row);
});