mirror of
git://f0xx.org/ac/ac-be-builder
synced 2026-07-29 02:58:34 +03:00
feat(builder): shared nav shell, fail notify, sanitizer wiring
Signed-off-by: Anton Afanasyeu <a.afanasieff@gmail.com>
This commit is contained in:
@@ -32,6 +32,14 @@
|
||||
<label><input type="checkbox" name="auto_ota"> Create OTA artifacts</label>
|
||||
<label><input type="checkbox" name="auto_deploy"> Publish OTA to mount</label>
|
||||
</div>
|
||||
<div class="build-form-grid" style="margin-top:10px">
|
||||
<label><input type="checkbox" name="notify_on_fail" checked> Alert me if this build fails</label>
|
||||
<label>Alert channel<select name="notify_channel">
|
||||
<option value="email" selected>Email</option>
|
||||
<option value="telegram">Telegram</option>
|
||||
<option value="both">Email + Telegram</option>
|
||||
</select></label>
|
||||
</div>
|
||||
<button type="submit" class="btn btn-primary">Start build</button>
|
||||
<span id="build-trigger-status" class="muted"></span>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user