mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Change message when search and no find data. Tiquet: #2039
This commit is contained in:
parent
ee17fad784
commit
97bfae819c
@ -22,7 +22,7 @@ TreeController = {
|
|||||||
index: -1,
|
index: -1,
|
||||||
recipient: '',
|
recipient: '',
|
||||||
tree: [],
|
tree: [],
|
||||||
emptyMessage: "Empty",
|
emptyMessage: "No data found.",
|
||||||
errorMessage: "Error",
|
errorMessage: "Error",
|
||||||
baseURL: "",
|
baseURL: "",
|
||||||
ajaxURL: "ajax.php",
|
ajaxURL: "ajax.php",
|
||||||
@ -709,7 +709,7 @@ TreeNodeDetailController = {
|
|||||||
type: 'none',
|
type: 'none',
|
||||||
id: -1,
|
id: -1,
|
||||||
serverID: -1,
|
serverID: -1,
|
||||||
emptyMessage: "Empty",
|
emptyMessage: "No data found.",
|
||||||
errorMessage: "Error",
|
errorMessage: "Error",
|
||||||
baseURL: "",
|
baseURL: "",
|
||||||
ajaxURL: "ajax.php",
|
ajaxURL: "ajax.php",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user