display nice
cicd / cicd (push) Successful in 58s
Details
cicd / cicd (push) Successful in 58s
Details
parent
89a62ec30c
commit
8ae90619d2
|
|
@ -80,7 +80,7 @@
|
|||
function loadLastNLines(lastNLines) {
|
||||
var result = `<form onsubmit="setLastNLines(this); return false;" action="#">`
|
||||
result += ` <div>${f}</div>`
|
||||
result += ` <textarea name="lastNLines">`
|
||||
result += ` <textarea name="lastNLines" style="height: 30em;">`
|
||||
for (var k in lastNLines) {
|
||||
result += lastNLines[k] + "\n"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue