|
@@ -163,7 +163,7 @@ define([ "require", "hbs!tmpl/graph/PropagationPropertyModalView_tmpl", "models/
|
|
fromBlockClassification: !1
|
|
fromBlockClassification: !1
|
|
});
|
|
});
|
|
}), classificationTableValue = "<table class='attriTable'><tr><th class='w30'>Classification</th><th>Entity Name</th><th class='w30'>Block Propagatation</th>" + propagationStringValue + "</table>",
|
|
}), classificationTableValue = "<table class='attriTable'><tr><th class='w30'>Classification</th><th>Entity Name</th><th class='w30'>Block Propagatation</th>" + propagationStringValue + "</table>",
|
|
- this.ui.PropagatedClassificationTable.append(_.isEmpty(propagationStringValue) ? "No Records Found." : classificationTableValue);
|
|
|
|
|
|
+ this.ui.PropagatedClassificationTable.append(_.isEmpty(propagationStringValue) ? "没有找到记录!" : classificationTableValue);
|
|
},
|
|
},
|
|
showLoader: function() {
|
|
showLoader: function() {
|
|
this.modal.$el.find("button.ok").showButtonLoader(), this.$(".overlay").removeClass("hide").addClass("show");
|
|
this.modal.$el.find("button.ok").showButtonLoader(), this.$(".overlay").removeClass("hide").addClass("show");
|