mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-20 20:13:40 +03:00
We didn't find any zones, they might be configured though
This commit is contained in:
parent
503c409292
commit
93818f40e9
1 changed files with 2 additions and 2 deletions
|
@ -206,7 +206,7 @@ $(document).ready(function () {
|
||||||
sorting: false,
|
sorting: false,
|
||||||
messages: {
|
messages: {
|
||||||
addNewRecord: 'Add new slave zone',
|
addNewRecord: 'Add new slave zone',
|
||||||
noDataAvailable: 'No slave zones configured'
|
noDataAvailable: 'No slave zones found'
|
||||||
},
|
},
|
||||||
openChildAsAccordion: true,
|
openChildAsAccordion: true,
|
||||||
actions: {
|
actions: {
|
||||||
|
@ -291,7 +291,7 @@ $(document).ready(function () {
|
||||||
pageSize: 20,
|
pageSize: 20,
|
||||||
messages: {
|
messages: {
|
||||||
addNewRecord: 'Add new zone',
|
addNewRecord: 'Add new zone',
|
||||||
noDataAvailable: 'No zones configured'
|
noDataAvailable: 'No zones found'
|
||||||
},
|
},
|
||||||
sorting: false,
|
sorting: false,
|
||||||
openChildAsAccordion: true,
|
openChildAsAccordion: true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue