first draft of full implementation with net_set_dhcp
This commit is contained in:
@ -60,9 +60,9 @@
|
||||
<div class="row">
|
||||
<div>{{vm['id']}} ({{vm['email']}}): state={{vm['state']}} desired_state={{vm['desired_state']}}</div>
|
||||
<form method="post">
|
||||
<input type="hidden" name="action" value="set_state"></input>
|
||||
<input type="hidden" name="action" value="start_or_stop"></input>
|
||||
<input type="hidden" name="id" value="{{vm['id']}}"></input>
|
||||
<input type="hidden" name="state" value="{{vm['desired_state']}}"></input>
|
||||
<input type="hidden" name="desired_state" value="{{vm['desired_state']}}"></input>
|
||||
<input type="hidden" name="csrf-token" value="{{ csrf_token }}"/>
|
||||
<input type="submit" value="🚦 START/STOP"/>
|
||||
</form>
|
||||
@ -154,7 +154,7 @@
|
||||
|
||||
<div class="third-margin">
|
||||
<div class="row">
|
||||
<h1>📢 Admin Megaphone: Email All Users With Active Capsuls 📢</h1>
|
||||
<h1>📢 Admin Megaphone: Email All Users who have Active Capsuls 📢</h1>
|
||||
</div>
|
||||
<div class="row">
|
||||
<form method="post" class="megaphone">
|
||||
|
Reference in New Issue
Block a user