mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 00:07:26 +00:00
Firewall/alias add content field to grid, see https://github.com/opnsense/core/issues/1858#issuecomment-419412332
This commit is contained in:
parent
04259b48f8
commit
e42c3d2565
@ -50,7 +50,7 @@ class AliasController extends ApiMutableModelControllerBase
|
||||
{
|
||||
return $this->searchBase(
|
||||
"aliases.alias",
|
||||
array('enabled', 'name', 'description', 'type'),
|
||||
array('enabled', 'name', 'description', 'type', 'content'),
|
||||
"description"
|
||||
);
|
||||
}
|
||||
|
||||
@ -237,9 +237,10 @@
|
||||
<tr>
|
||||
<th data-column-id="uuid" data-type="string" data-identifier="true" data-visible="false">{{ lang._('ID') }}</th>
|
||||
<th data-column-id="enabled" data-width="6em" data-type="string" data-formatter="rowtoggle">{{ lang._('Enabled') }}</th>
|
||||
<th data-column-id="name" data-type="string">{{ lang._('Name') }}</th>
|
||||
<th data-column-id="type" data-type="string">{{ lang._('Type') }}</th>
|
||||
<th data-column-id="name" data-width="20em" data-type="string">{{ lang._('Name') }}</th>
|
||||
<th data-column-id="type" data-width="12em" data-type="string">{{ lang._('Type') }}</th>
|
||||
<th data-column-id="description" data-type="string">{{ lang._('Description') }}</th>
|
||||
<th data-column-id="content" data-type="string">{{ lang._('Content') }}</th>
|
||||
<th data-column-id="commands" data-width="7em" data-formatter="commands" data-sortable="false">{{ lang._('Commands') }}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user