This is a web dashboard to be used with MolSSI's [Simulation Environment for Atomistic and Molecular Modeling](https://molssi-seamm.github.io) (SEAMM). This dashboard will allow users to view results of their calculations (jobs), keep track of their simulation procedures (flowcharts), and group their jobs into projects.
BSD 3-Clause "New" or "Revised" License
3
stars
4
forks
source link
Add dashboard name option and display of name #115
Adds visualization of unit cell for molecules with unit cell.
Adds option to make project publicly readable
Fixes table headers on the front page
adds support for visualization of cube files.
adds the ability to set the name of a dashboard using the option --dashboard-name. By default, the dashboard name will be set to the (computer) hostname, which is obtained from socket.gethostname().
Display of the dashboard name is added to the api/status endpoint and the outer frame of the dashboard graphical interface (see attached screenshot)
This PR improves some UI features of SEAMM.
--dashboard-name
. By default, the dashboard name will be set to the (computer) hostname, which is obtained fromsocket.gethostname()
.Display of the dashboard name is added to the
api/status
endpoint and the outer frame of the dashboard graphical interface (see attached screenshot)