mirror of
https://github.com/ohwgiles/laminar.git
synced 2024-10-27 20:34:20 +00:00
move ansi_up to latest version: 4.0.4
this is also the version in debian libjs-ansi-up
This commit is contained in:
parent
381fd8b55e
commit
14ea1f0f43
@ -85,8 +85,8 @@ add_custom_command(OUTPUT index_html_size.h
|
|||||||
# Download 3rd-party frontend JS libs...
|
# Download 3rd-party frontend JS libs...
|
||||||
file(DOWNLOAD https://cdnjs.cloudflare.com/ajax/libs/vue/2.6.12/vue.min.js
|
file(DOWNLOAD https://cdnjs.cloudflare.com/ajax/libs/vue/2.6.12/vue.min.js
|
||||||
js/vue.min.js EXPECTED_MD5 fb192338844efe86ec759a40152fcb8e)
|
js/vue.min.js EXPECTED_MD5 fb192338844efe86ec759a40152fcb8e)
|
||||||
file(DOWNLOAD https://raw.githubusercontent.com/drudru/ansi_up/v1.3.0/ansi_up.js
|
file(DOWNLOAD https://raw.githubusercontent.com/drudru/ansi_up/v4.0.4/ansi_up.js
|
||||||
js/ansi_up.js EXPECTED_MD5 158566dc1ff8f2804de972f7e841e2f6)
|
js/ansi_up.js EXPECTED_MD5 b31968e1a8fed0fa82305e978161f7f5)
|
||||||
file(DOWNLOAD https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.2/Chart.min.js
|
file(DOWNLOAD https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.2/Chart.min.js
|
||||||
js/Chart.min.js EXPECTED_MD5 f6c8efa65711e0cbbc99ba72997ecd0e)
|
js/Chart.min.js EXPECTED_MD5 f6c8efa65711e0cbbc99ba72997ecd0e)
|
||||||
# ...and compile them
|
# ...and compile them
|
||||||
|
@ -564,6 +564,7 @@ const Job = templateId => {
|
|||||||
// Component for the /job/:name/:number endpoint
|
// Component for the /job/:name/:number endpoint
|
||||||
const Run = templateId => {
|
const Run = templateId => {
|
||||||
const utf8decoder = new TextDecoder('utf-8');
|
const utf8decoder = new TextDecoder('utf-8');
|
||||||
|
const ansi_up = new AnsiUp;
|
||||||
const state = {
|
const state = {
|
||||||
job: { artifacts: [], upstream: {} },
|
job: { artifacts: [], upstream: {} },
|
||||||
latestNum: null,
|
latestNum: null,
|
||||||
|
Loading…
Reference in New Issue
Block a user