Files @ 84ea5f324921
Branch filter:

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

Jan Kaluza
Libtransport, Web Interface: Rewrite the AdminInterface to support pluggable commands - use this API in Web Interface instead of coding one page per command.
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" -->