Skip to content

Commit 0389b48

Browse files
authored
Fix the path selector options (#131)
* Remove the incorrect option `data-target-file-type`. * Set `show_files: false` to display directories only. * Set changelog URL to Github
1 parent baa1ed0 commit 0389b48

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

form.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ attributes:
7272
working_dir:
7373
widget: "path_selector"
7474
label: "Root Directory"
75-
data-target-file-type: dirs # Valid values are: files, dirs, or both
76-
readonly: false
75+
show_hidden: false
76+
show_files: false # Only display directories
7777
help: "Select your project directory; defaults to $HOME"
7878
num_cores:
7979
widget: "number_field"

manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ description: |
1212
[Cardinal]: https://www.osc.edu/resources/technical_support/supercomputers/cardinal
1313
[Ascend]: https://www.osc.edu/resources/technical_support/supercomputers/ascend
1414
[Pitzer]: https://www.osc.edu/resources/technical_support/supercomputers/pitzer
15-
[Changelog]: https://www.osc.edu/resources/technical_support/hpc_changelog?keys=jupyter
15+
[Changelog]: https://github.com/OSC/bc_osc_jupyter/releases

0 commit comments

Comments
 (0)