Skip to content

Commit

Permalink
ui: update labels on Session Details page
Browse files Browse the repository at this point in the history
Update labels so all of them use the same
format.

Fixes #80350

Release note: None
  • Loading branch information
maryliag committed Jun 27, 2022
1 parent e373bc7 commit 2250275
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkg/ui/workspaces/cluster-ui/src/sessions/sessionDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export class SessionDetails extends React.Component<SessionDetailsProps> {
"page--header__title",
)}`}
>
Session details
Session Details
</h3>
{showActionButtons && (
<div className={cx("heading-controls-group")}>
Expand All @@ -179,7 +179,7 @@ export class SessionDetails extends React.Component<SessionDetailsProps> {
type="secondary"
size="small"
>
Cancel statement
Cancel Statement
</Button>
<Button
onClick={() => {
Expand All @@ -192,7 +192,7 @@ export class SessionDetails extends React.Component<SessionDetailsProps> {
type="secondary"
size="small"
>
Cancel session
Cancel Session
</Button>
</div>
)}
Expand Down Expand Up @@ -386,7 +386,7 @@ export class SessionDetails extends React.Component<SessionDetailsProps> {
/>
)}
<SummaryCardItem
label={"Application name"}
label={"Application Name"}
value={session.application_name}
className={cx("details-item")}
/>
Expand Down Expand Up @@ -421,7 +421,7 @@ export class SessionDetails extends React.Component<SessionDetailsProps> {
max_alloc_bytes={session.max_alloc_bytes}
/>
<SummaryCardItem
label={"User name"}
label={"User Name"}
value={session.username}
className={cx("details-item")}
/>
Expand Down

0 comments on commit 2250275

Please sign in to comment.