1 line
1.5 MiB
JavaScript
1 line
1.5 MiB
JavaScript
|
!function(p){var b={};function M(t){if(b[t])return b[t].exports;var e=b[t]={i:t,l:!1,exports:{}};return p[t].call(e.exports,e,e.exports,M),e.l=!0,e.exports}M.m=p,M.c=b,M.d=function(p,b,t){M.o(p,b)||Object.defineProperty(p,b,{enumerable:!0,get:t})},M.r=function(p){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(p,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(p,"__esModule",{value:!0})},M.t=function(p,b){if(1&b&&(p=M(p)),8&b)return p;if(4&b&&"object"==typeof p&&p&&p.__esModule)return p;var t=Object.create(null);if(M.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:p}),2&b&&"string"!=typeof p)for(var e in p)M.d(t,e,function(b){return p[b]}.bind(null,e));return t},M.n=function(p){var b=p&&p.__esModule?function(){return p.default}:function(){return p};return M.d(b,"a",b),b},M.o=function(p,b){return Object.prototype.hasOwnProperty.call(p,b)},M.p="/",M(M.s=0)}({"+RXf":function(p,b,M){"use strict";M.r(b);var t={},e=M("KHd+"),o=Object(e.a)(t,function(){var p=this,b=p.$createElement,M=p._self._c||b;return M("index-screen",{attrs:{title:"Exceptions",resource:"exceptions"},scopedSlots:p._u([{key:"row",fn:function(b){return[p.$route.query.family_hash?p._e():M("td",{attrs:{title:b.entry.content.class}},[p._v("\n "+p._s(p.truncate(b.entry.content.class,70))),M("br"),p._v(" "),M("small",{staticClass:"text-muted"},[p._v(p._s(p.truncate(b.entry.content.message,100)))])]),p._v(" "),p.$route.query.family_hash||p.$route.query.tag?p._e():M("td",{staticClass:"table-fit"},[M("span",[p._v(p._s(b.entry.content.occurrences))])]),p._v(" "),p.$route.query.family_hash?M("td",{attrs:{title:b.entry.content.message}},[p._v("\n "+p._s(p.truncate(b.entry.content.message,80))),M("br"),p._v(" "),M("small",{staticClass:"text-muted"},[b.entry.content.user&&b.entry.content.user.email?M("span",[p._v("\n User: "+p._s(b.entry.content.user.email)+" ("+p._s(b.entry.content.user.id)+")\n ")]):M("span",[p._v("\n User: N/A\n ")])])]):p._e(),p._v(" "),M("td",{staticClass:"table-fit",attrs:{"data-timeago":b.entry.created_at}},[p._v(p._s(p.timeAgo(b.entry.created_at)))]),p._v(" "),M("td",{staticClass:"table-fit"},[M("router-link",{staticClass:"control-action",attrs:{to:{name:"exception-preview",params:{id:b.entry.id}}}},[M("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 22 16"}},[M("path",{attrs:{d:"M16.56 13.66a8 8 0 0 1-11.32 0L.3 8.7a1 1 0 0 1 0-1.42l4.95-4.95a8 8 0 0 1 11.32 0l4.95 4.95a1 1 0 0 1 0 1.42l-4.95 4.95-.01.01zm-9.9-1.42a6 6 0 0 0 8.48 0L19.38 8l-4.24-4.24a6 6 0 0 0-8.48 0L2.4 8l4.25 4.24h.01zM10.9 12a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0-2a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"}})])])],1)]}}])},[M("tr",{attrs:{slot:"table-header"},slot:"table-header"},[p.$route.query.family_hash?p._e():M("th",{attrs:{scope:"col"}},[p._v("Type")]),p._v(" "),p.$route.query.family_hash||p.$route.query.tag?p._e():M("th",{attrs:{scope:"col"}},[p._v("Occurrences")]),p._v(" "),p.$route.query.family_hash?M("th",{attrs:{scope:"col"}},[p._v("Message")]):p._e(),p._v(" "),M("th",{attrs:{scope:"col"}},[p._v("Happened")]),p._v(" "),M("th",{attrs:{scope:"col"}})])])},[],!1,null,null,null);b.default=o.exports},"+UJD":function(p,b,M){var t=M("zoYe"),e=M("wy8a"),o=M("LPhD"),z=M("Em2t"),n=M("dt0z"),O=/\s+$/;p.exports=function(p,b,M){if((p=n(p))&&(M||void 0===b))return p.replace(O,"");if(!p||!(b=t(b)))return p;var c=z(p),r=o(c,z(b))+1;return e(c,0,r).join("")}},"+qcD":function(p,b,M){"use strict";M.r(b);var t={methods:{formatAddresses:function(p){return _.chain(p).map(function(p,b){return(p?"<"+p+"> ":"")+b}).join(", ").value()}},data:function(){return{entry:null,batch:[]}}},e=(M("mzcw"),M("KHd+")),o=Object(e.a)(t,function(){var p=this,b=p.$createElement,M=p._self._c||b;return M("preview-screen",{attrs:{title:"Mail Details",resource:"mail",id:p.$route.params.id},scopedSlots:p._u([{key:"table-parameters",fn:function(b){return[M("tr",[M("td",{staticClass:"table-fit font-weight-bold"},[p._v("Mailable")]),p._v(" "),M("td",[p._v("\n "+p._s(b.entry.c
|