mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
Filter/alias, minor stylefix for alias_util.volt, closes https://github.com/opnsense/core/pull/3315
This commit is contained in:
parent
73697bbf6f
commit
f5766fbf20
@ -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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user