Allow setting a monitoring flag. Confirmation mail missing.
This commit is contained in:
parent
2fb4e9a227
commit
1b173b79d4
8 changed files with 254 additions and 19 deletions
|
@ -7,11 +7,11 @@ f-node-form {
|
|||
@extend .alert, .alert-danger;
|
||||
}
|
||||
|
||||
.node-data, .contact-data, .node-position {
|
||||
.node-data, .contact-data, .node-position, .monitoring-data {
|
||||
@extend .well;
|
||||
}
|
||||
|
||||
.hostname, .key, .mac, .nickname, .email, .coords {
|
||||
.hostname, .key, .mac, .nickname, .email, .coords, .monitoring {
|
||||
@extend .form-group;
|
||||
|
||||
.feedback {
|
||||
|
@ -28,6 +28,56 @@ f-node-form {
|
|||
}
|
||||
}
|
||||
|
||||
.monitoring {
|
||||
display: table;
|
||||
|
||||
label {
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
input {
|
||||
display: table-cell;
|
||||
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
|
||||
margin: {
|
||||
top: 0;
|
||||
right: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.monitoring-icon {
|
||||
@extend .fa, .fa-heartbeat, .pull-left;
|
||||
|
||||
font-size: 36px;
|
||||
color: $brand-primary;
|
||||
}
|
||||
|
||||
.monitoring-confirmation-info {
|
||||
@extend .alert, .alert-info;
|
||||
}
|
||||
|
||||
.monitoring-confirmation-pending-info {
|
||||
@extend .alert, .alert-warning;
|
||||
}
|
||||
|
||||
.monitoring-confirmation-info, .monitoring-confirmation-pending-info {
|
||||
display: table;
|
||||
|
||||
.icon {
|
||||
@extend .fa, .fa-exclamation-triangle;
|
||||
|
||||
font-size: 24px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
.icon, .message {
|
||||
display: table-cell;
|
||||
}
|
||||
}
|
||||
|
||||
.coords input.has-coords {
|
||||
padding-right: 25px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue