Files
@ af6c160261c2
Branch filter:
Location: libtransport.git/spectrum_manager/src/html/instances/register.shtml - annotation
af6c160261c2
916 B
text/plain
Web interface: support service.base_location=/something/ to override default '/' root location used by the web interface
af6c160261c2 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 af6c160261c2 | <!--#include virtual="/header.shtml" -->
<h2>Register Spectrum 2 instance</h2>
<form action="/api/v1/instances/register" class="basic-grey" method="POST">
<h1>Register Spectrum 2 instance
<span id="description"></span>
</h1>
<label>
<span id="jid_desc"></span>
<input type="text" id="jid" name="jid" placeholder=""></textarea>
</label>
<label>
<span id="uin_desc"></span>
<input type="text" id="uin" name="uin" placeholder=""></textarea>
</label>
<label><span id="password_desc"></span>
<input type="password" id="password" name="password" placeholder=""></textarea>
</label>
<label>
<span> </span>
<input type="submit" class="button" value="Register" />
</label>
<input type="hidden" name="instance" id="instance" value=""></input>
</form><br/>
<script type="text/javascript">
$(function() {
fill_instances_register_form();
});
</script>
<!--#include virtual="/footer.shtml" -->
|