Filter/alias, minor stylefix for alias_util.volt, closes https://github.com/opnsense/core/pull/3315

This commit is contained in:
Ad Schellevis 2019-03-11 19:57:45 +01:00
parent 73697bbf6f
commit f5766fbf20

View File

@ -81,7 +81,7 @@
BootstrapDialog.show({
type: BootstrapDialog.TYPE_DEFAULT,
title: '{{ lang._("Find references") }}',
message: '<p>{{ lang._("Enter an IP address to show in which aliases it's used.") }}</p>' +
message: '<p>{{ lang._("Enter an IP address to show in which aliases it\'s used.") }}</p>' +
'<div class="input-group" style="display: block;">' +
'<input id="ip" type="text" class="form-control"/>' +
'<span class="input-group-btn">' +
@ -154,6 +154,9 @@
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.btn.pull-right {
margin-left: 3px;
}
</style>
<section class="page-content-main">