diff --git a/platform/ui/src/components/ViewportActionBar/ViewportActionBar.jsx b/platform/ui/src/components/ViewportActionBar/ViewportActionBar.jsx index d17d3da71..dfa146d9f 100644 --- a/platform/ui/src/components/ViewportActionBar/ViewportActionBar.jsx +++ b/platform/ui/src/components/ViewportActionBar/ViewportActionBar.jsx @@ -35,14 +35,14 @@ const ViewportActionBar = ({ studyData, onSeriesChange }) => { const renderIconStatus = () => { if (modality === 'SR') { return ( -
- +
+ SR {isLocked && ( )} @@ -53,7 +53,7 @@ const ViewportActionBar = ({ studyData, onSeriesChange }) => { return (
{!isTracked ? ( - + ) : ( {
Series is - tracked and + tracked and can be viewed
in the measurement panel
} > - + )}
); }; return ( -
+
{renderIconStatus()} - {label} + {label}
{studyDate} - + S: {currentSeries}
-

+ {/* This is tricky. Our "no-wrap" in truncate means this has a hard + length. The overflow forces ellipse. If we don't set max width + appropriately, this causes the ActionBar to overflow + */} +

{seriesDescription}

@@ -103,17 +107,17 @@ const ViewportActionBar = ({ studyData, onSeriesChange }) => {
@@ -129,7 +133,7 @@ const ViewportActionBar = ({ studyData, onSeriesChange }) => { {patientName} -
+
Sex @@ -177,12 +181,12 @@ const ViewportActionBar = ({ studyData, onSeriesChange }) => {
} > -
+
- +