@ovh-ux/ng-log-live-tail
Version:
Poll a log API for displaying messages
20 lines (14 loc) • 584 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_pl_PL = {clear_session:"Wyczyść sesję",search_placeholder:"Wyróżnij element",list_no_logs:"Oczekiwanie na logi...",error_get_url:"Wystąpił błąd podczas pobierania logów"};
exports["default"] = Messages_pl_PL;
//# sourceMappingURL=Messages_pl_PL-2d5797e6.js.map