Streaming log page with colors
Using the ansi-to-html crate.
This commit is contained in:
@@ -38,13 +38,13 @@ impl Layout {
|
||||
html lang="en" {
|
||||
head {
|
||||
meta charset="utf-8";
|
||||
title { "crawlnicle" }
|
||||
title { (self.title) }
|
||||
script type="module" {
|
||||
r#"import * as Turbo from 'https://cdn.skypack.dev/@hotwired/turbo';"#
|
||||
}
|
||||
}
|
||||
body {
|
||||
(header())
|
||||
(header(&self.title))
|
||||
turbo-frame id="main" data-turbo-action="advance" {
|
||||
(template)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user