@ovh-ux/ng-log-live-tail
Version:
Poll a log API for displaying messages
20 lines (14 loc) • 582 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_es_ES = {clear_session:"Borrar la sesión",search_placeholder:"Resaltar un elemento",list_no_logs:"Buscando logs...",error_get_url:"Se ha producido un error al cargar los logs."};
exports["default"] = Messages_es_ES;
//# sourceMappingURL=Messages_es_ES-8a68656b.js.map