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,
|
||||
recipient: '',
|
||||
tree: [],
|
||||
emptyMessage: "Empty",
|
||||
emptyMessage: "No data found.",
|
||||
errorMessage: "Error",
|
||||
baseURL: "",
|
||||
ajaxURL: "ajax.php",
|
||||
|
@ -709,7 +709,7 @@ TreeNodeDetailController = {
|
|||
type: 'none',
|
||||
id: -1,
|
||||
serverID: -1,
|
||||
emptyMessage: "Empty",
|
||||
emptyMessage: "No data found.",
|
||||
errorMessage: "Error",
|
||||
baseURL: "",
|
||||
ajaxURL: "ajax.php",
|
||||
|
|
Loading…
Reference in New Issue