Skip to content

Commit

Permalink
fix #6585 scan_id is searchable, added individual field search (#6623)
Browse files Browse the repository at this point in the history
* for #6585 raydata search improvements

* fix #6585 scan_id is searchable, added individual field search
 - fix #6581 and fix #6420 search for a specific field
 - fix #6191 column list refreshed from each scan result

* for #6585 more raydata improvements

* for #6585 improved UI layout and scan_monitor float handling

---------

Co-authored-by: Raven <ravenmarieorourke@gmail.com>
  • Loading branch information
moellep and rorour authored Jan 4, 2024
1 parent c12aedc commit dfc4ab7
Show file tree
Hide file tree
Showing 6 changed files with 366 additions and 116 deletions.
18 changes: 18 additions & 0 deletions sirepo/package_data/static/css/raydata.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,21 @@ body {
.raydata-removable-column:hover .raydata-remove-column-button {
visibility: visible;
}

.form-group-sm .raydata-search-terms select {
text-align-last: right;
font-weight: 700;
font-size: 14px;
}

.model-runAnalysis-scans .control-label {
display: none;
}

.model-runAnalysis-confirmRunAnalysis .control-label {
display: block;
}

.model-runAnalysis-searchTerms .control-label {
display: none;
}
Loading

0 comments on commit dfc4ab7

Please sign in to comment.