fix err in docs
This commit is contained in:
@@ -67,7 +67,7 @@ backend poller, as this can highlight broken topology.
|
|||||||
|
|
||||||
=head3 C<logger_format>
|
=head3 C<logger_format>
|
||||||
|
|
||||||
Value: Format String. Default: C<< '[%P] %L @%D> %m' >>.
|
Value: Format String. Default: C<< '[%P] %U %L %m' >>.
|
||||||
|
|
||||||
Structure of the log messages. See L<Dancer::Logger::Abstract/"logger_format">
|
Structure of the log messages. See L<Dancer::Logger::Abstract/"logger_format">
|
||||||
for details.
|
for details.
|
||||||
@@ -775,8 +775,7 @@ field to use as the management IP address for a device.
|
|||||||
|
|
||||||
Value: Boolean. Default: C<true>.
|
Value: Boolean. Default: C<true>.
|
||||||
|
|
||||||
Set to false to prevent Netdisco from changing the default VLAN on an
|
Set to false to prevent users from changing the default VLAN on an interface.
|
||||||
interface.
|
|
||||||
|
|
||||||
=head3 C<portctl_nophones>
|
=head3 C<portctl_nophones>
|
||||||
|
|
||||||
|
|||||||
@@ -348,14 +348,18 @@ td > form.nd_inline-form {
|
|||||||
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
|
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
|
||||||
/* styles for conf pane */
|
/* styles for conf pane */
|
||||||
|
|
||||||
form {
|
.nd_adder-form {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nd_adder-form {
|
.nd_adder-form-item {
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nd_adder-form-item input {
|
||||||
|
vertical-align: baseline;
|
||||||
|
}
|
||||||
|
|
||||||
.nd_help-left {
|
.nd_help-left {
|
||||||
float: left;
|
float: left;
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
|
|||||||
Reference in New Issue
Block a user