mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-18 02:25:05 +00:00
interfaces: convert GIF configuration to MVC/API (https://github.com/opnsense/core/issues/7241)
minor naming issue
This commit is contained in:
parent
fa73618177
commit
e652d8a1b3
@ -1,6 +1,6 @@
|
||||
<script>
|
||||
$( document ).ready(function() {
|
||||
$("#grid-vlans").UIBootgrid(
|
||||
$("#grid").UIBootgrid(
|
||||
{ search:'/api/interfaces/gif_settings/searchItem/',
|
||||
get:'/api/interfaces/gif_settings/getItem/',
|
||||
set:'/api/interfaces/gif_settings/setItem/',
|
||||
@ -18,7 +18,7 @@
|
||||
});
|
||||
</script>
|
||||
<div class="tab-content content-box">
|
||||
<table id="grid-vlans" class="table table-condensed table-hover table-striped" data-editDialog="DialogGif" data-editAlert="GifChangeMessage">
|
||||
<table id="grid" class="table table-condensed table-hover table-striped" data-editDialog="DialogGif" data-editAlert="GifChangeMessage">
|
||||
<thead>
|
||||
<tr>
|
||||
<th data-column-id="uuid" data-type="string" data-identifier="true" data-visible="false">{{ lang._('ID') }}</th>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user