|
@@ -164,7 +164,7 @@ define([ "require", "backbone", "hbs!tmpl/audit/AdminAuditTableLayoutView_tmpl",
|
|
|
return !Enums.serverAudits[model.get("operation")];
|
|
|
},
|
|
|
expand: function(el, model) {
|
|
|
- var operation = model.get("operation"), results = model.get("result") || null, adminText = "No records found", adminTypDetails = null, auditData = {
|
|
|
+ var operation = model.get("operation"), results = model.get("result") || null, adminText = "没有找到记录!", adminTypDetails = null, auditData = {
|
|
|
operation: operation,
|
|
|
model: model,
|
|
|
results: results,
|