TOSIT-IO / tdp-ui

Graphical interface for tdp-server
Apache License 2.0
4 stars 2 forks source link

Can't see deployments logs when server is deploying #146

Closed gboutry closed 1 year ago

gboutry commented 1 year ago

In the object DeploymentLog returned by the server, endTime is optional. This has not been taken into account in the UI.

endTime is optional because it's only filled when the deployment is done. Therefore an on-going deployment has no endTime yet.

image