Files @ af6c160261c2
Branch filter:

Location: libtransport.git/spectrum_manager/src/html/instances/index.shtml

Jan Kaluza
Web interface: support service.base_location=/something/ to override default '/' root location used by the web interface
1
2
3
4
5
6
7
8
9
<!--#include virtual="/header.shtml" -->

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

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