mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-19 20:09:14 +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,
|
||||
messages: {
|
||||
addNewRecord: 'Add new slave zone',
|
||||
noDataAvailable: 'No slave zones configured'
|
||||
noDataAvailable: 'No slave zones found'
|
||||
},
|
||||
openChildAsAccordion: true,
|
||||
actions: {
|
||||
|
@ -291,7 +291,7 @@ $(document).ready(function () {
|
|||
pageSize: 20,
|
||||
messages: {
|
||||
addNewRecord: 'Add new zone',
|
||||
noDataAvailable: 'No zones configured'
|
||||
noDataAvailable: 'No zones found'
|
||||
},
|
||||
sorting: false,
|
||||
openChildAsAccordion: true,
|
||||
|
|
Loading…
Add table
Reference in a new issue