anly2 / cirrus-board

A Cloud Management Console UI with focus on multi-item edits. Additional goal is for it to be a hostless single-page web application.
0 stars 0 forks source link

Implement the App/Logs page #6

Open anly2 opened 5 years ago

anly2 commented 5 years ago

Blocked by #2

anly2 commented 5 years ago

The logs should be streamed via websocket connections.

anly2 commented 5 years ago

There should be a mode toggle for per-log-line source color-ids. (This part blocked by #7 )

anly2 commented 5 years ago

Should allow for customizable "folds"

anly2 commented 5 years ago

Should allow for customizable "colors" applied to the logs

anly2 commented 5 years ago

Should allow for custom line-break token (not necessarily LF)

anly2 commented 5 years ago

Should be extensible, with one example of a plugin being an "ager"

anly2 commented 5 years ago

Implemented, apart from the websocket part