Ability to unregister channel
This commit is contained in:
parent
57faa03b7c
commit
77800a6587
3 changed files with 28 additions and 14 deletions
|
|
@ -79,6 +79,13 @@
|
|||
<input type="checkbox" id="opt_show_public">
|
||||
</div>
|
||||
</div>
|
||||
<!-- unregister -->
|
||||
<div class="control-group" id="chanopts_unregister_wrap">
|
||||
<label class="control-label" for="chanopts_unregister">Unregister</label>
|
||||
<div class="controls">
|
||||
<button class="btn btn-danger" id="chanopts_unregister">Unregister Channel</button>
|
||||
</div>
|
||||
</div>
|
||||
<!-- submit -->
|
||||
<button class="btn btn-primary" id="chanopts_submit">Save</button>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue