@ovh-ux/ng-log-live-tail
Version:
Poll a log API for displaying messages
20 lines (14 loc) • 571 B
JavaScript
;
function ___$insertStyle(css) {
if (!css || typeof window === 'undefined') {
return;
}
const style = document.createElement('style');
style.setAttribute('type', 'text/css');
style.innerHTML = css;
document.head.appendChild(style);
return css;
}
var Messages_en_GB = {clear_session:"Clear session",search_placeholder:"Highlight an item",list_no_logs:"Pending logs...",error_get_url:"An error has occurred retrieving the logs"};
exports["default"] = Messages_en_GB;
//# sourceMappingURL=Messages_en_GB-abcba5cf.js.map