Right now navbar.js calls the Scan Server and Manager table model endpoints because those responses include the status information needed for the navbar LEDs. Those table model JSONs include columns and row data that the navbar not need.
We should add a lightweight endpoint that returns only the server status information needed by the navbar instead of fetching these full table models.
Right now
navbar.jscalls the Scan Server and Manager table model endpoints because those responses include the status information needed for the navbar LEDs. Those table model JSONs include columns and row data that the navbar not need.We should add a lightweight endpoint that returns only the server status information needed by the navbar instead of fetching these full table models.