GreenBankObservatory / cleo_web

0 stars 2 forks source link

CLEO Status Screen #10

Open tchamberlin opened 4 months ago

tchamberlin commented 4 months ago

Add a new screen to CLEO Web: the CLEO Status Screen

For reference: CLEO Status can be launched from any RHEL7 host via $ cleo status. Here is a screenshot:

Image

Most of the information in this CLEO Screen comes from Manager Parameters and Samplers. All of that can be replicated using Chalice. Other information, like Messages, is not available via Chalice and should be skipped over for now.

The task here is to replicate as much of the CLEO Status Screen as possible

tchamberlin commented 4 months ago

Revised requirement: you must display at minimum the currently selected managers, their states, and their statuses (the top left panel in the screen shot).

sofiarobertson commented 4 months ago

status screen: commit e99fcd8825f1b9090bdfc47787de4f680ad7ae3b dynamic status screen: commit 7b7a9e083ab4b78fcdc16893881dff185623feed

sofiarobertson commented 3 months ago

System selection bug; zipped values wrong. Fixed for now with try/except ValueError image