mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-01 00:24:21 +02:00
Update Billing UI to match rest of app
This commit is contained in:
@@ -12,8 +12,10 @@
|
||||
}
|
||||
</script>
|
||||
<input type="hidden" name="action" value="reset_bill">
|
||||
<h3>Reset Bill</h3>
|
||||
<hr>
|
||||
<div class="row">
|
||||
<div class="col-md-8 col-md-push-2">
|
||||
<div class="alert alert-danger alert-block">
|
||||
<h4>Reset Bill</h4>
|
||||
<div class="control-group">
|
||||
<label class="control-label" for="confirm"><strong>Confirm</strong></label>
|
||||
<div class="controls">
|
||||
@@ -39,4 +41,7 @@
|
||||
<div class="form-actions">
|
||||
<button id="resetBtn" type="submit" class="btn btn-danger" disabled="disabled"><i class="fa fa-refresh"></i> <strong>Reset Bill</strong></button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
Reference in New Issue
Block a user