Skip to content

Commit

Permalink
Merge pull request #1519 from cvisionai/dev/ui-glitches
Browse files Browse the repository at this point in the history
Minor UI glitches (hot fix candidate)
  • Loading branch information
bctcvai authored Dec 14, 2023
2 parents bc79bb5 + b9b7e93 commit 9f8c05b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/js/annotation/volume-control.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ export class VolumeControl extends TatorElement {
this._div.style.align = "center";
this._div.style.position = "absolute";
this._div.style.top = "-70px";
this._div.style.zIndex = "3";

// TODO: Move this into css
this._div.style.background = "#151b28";
Expand Down
1 change: 1 addition & 0 deletions ui/src/js/project-detail/project-detail.js
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ export class ProjectDetail extends TatorPage {
});
}
spec.name = newSectionDialog._input.value;
delete spec.path; // clear path to allow saved searches of saved searches

if (params.has("encoded_search")) {
let object_search = JSON.parse(atob(params.get("encoded_search")));
Expand Down

0 comments on commit 9f8c05b

Please sign in to comment.