We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3790faa + 9898725 commit 66abb25Copy full SHA for 66abb25
lib/script-options-view.js
@@ -10,7 +10,7 @@ export default class ScriptOptionsView extends View {
10
static content() {
11
this.div({ class: 'options-view' }, () => {
12
this.h4({ class: 'modal-header' }, 'Configure Run Options');
13
- this.div({ class: 'modal-body'}, () => {
+ this.div({ class: 'modal-body' }, () => {
14
this.table(() => {
15
this.tr(() => {
16
this.td({ class: 'first' }, () => this.label('Current Working Directory:'));
0 commit comments