Skip to content

Commit

Permalink
Template resources setting (#511)
Browse files Browse the repository at this point in the history
fixes #482
also fixes aiidalab/aiidalab-qe#240

The `ComputerResourceSetupWidget` is renewed with using https://github.com/aiidateam/aiida-resource-registry. It supports having template strings in the resources (computer/code) setup config files. 
After the computer/code is selected, the template variables will pop up and ask the user to fill up. This makes the resource setup straightforward and intuitive.

- bugs are fixed for SSH setup 
- The layout of the widget is tuned. 

---------

Co-authored-by: Aliaksandr Yakutovich <yakutovicha@gmail.com>
  • Loading branch information
unkcpz and yakutovicha committed Oct 20, 2023
1 parent 5b303df commit 8d8dad5
Show file tree
Hide file tree
Showing 8 changed files with 1,751 additions and 510 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,6 @@ venv.bak/

.DS_Store
.vscode

# screenshots from tests
screenshots/

0 comments on commit 8d8dad5

Please sign in to comment.