Skip to content

Commit

Permalink
fix #6065: move save changes button (#6151)
Browse files Browse the repository at this point in the history
  • Loading branch information
rorour authored Jul 24, 2023
1 parent c997021 commit ca4387f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion sirepo/package_data/static/html/raydata-run-analysis.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<div class="container-fluid">
<div class="col-md-12">
<div data-basic-editor-panel="" data-view-name="runAnalysis"></div>
<div data-basic-editor-panel="" data-view-name="runAnalysis">
<div data-model-field="'scans'" data-model-name="'runAnalysis'"></div>
</div>
</div>
</div>
3 changes: 1 addition & 2 deletions sirepo/package_data/static/json/raydata-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,7 @@
"catalog.catalogName",
"searchStartTime",
"searchStopTime",
"presetTimePicker",
"scans"
"presetTimePicker"
],
"advanced": []
},
Expand Down

0 comments on commit ca4387f

Please sign in to comment.