Kaydet (Commit) 7468c12e authored tarafından mertcelen's avatar mertcelen

Log details visually formatted.

üst ca8a2841
......@@ -925,7 +925,7 @@
$.each(json.message,function (index,current) {
current.id = "a" + Math.random().toString(36).substr(2, 9);
logTitleWrapper.append("<a class='list-group-item list-group-item-action' id='"+ current.id + "_title' href='#" + current.id + "_content' data-toggle='list' role='tab' aria-controls='home'>" + current.title + "</a>");
logContentWrapper.append("<div class='tab-pane fade' id='" + current.id + "_content' role='tabpanel' aria-labelledby='" + current.id +"_title'>" + current.message + "</div>");
logContentWrapper.append("<div class='tab-pane fade' id='" + current.id + "_content' role='tabpanel' aria-labelledby='" + current.id +"_title'><pre>" + current.message + "</pre></div>");
});
modal.modal("show");
setTimeout(function () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment