Files
@ 6b56c5fb09c6
Branch filter:
Location: libtransport.git/spectrum_manager/src/html/instances/register.shtml - annotation
6b56c5fb09c6
924 B
text/plain
Add /var/lib/spectrum2_manager to spectrum2.install
af6c160261c2 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 91fae24a0978 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_command" 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" -->
|