Files @ fd9c9af71bfb
Branch filter:

Location: libtransport.git/spectrum_manager/src/html/users/list.shtml

Jan Kaluza
Slack: Send real team name chosen by user to Web interface, create channel chosen by the user when joining the room if it does not exists
1
2
3
4
5
6
7
8
9
<!--#include virtual="/header.shtml" -->

<script type="text/javascript">
$(function() {
	show_users();
});
</script>

<!--#include virtual="/footer.shtml" -->