mirror of
https://github.com/fleetdm/fleet
synced 2026-05-20 23:48:52 +00:00
Fleet UI: 3 release fixes (#9673)
This commit is contained in:
parent
99f7eaca02
commit
fc2ecbc0a5
3 changed files with 2 additions and 5 deletions
|
|
@ -138,7 +138,7 @@ const OsMinVersionForm = ({ currentTeamId }: IOsMinVersionForm) => {
|
|||
<InputField
|
||||
label="Minimum version"
|
||||
tooltip="The end user sees the window until their macOS is at or above this version."
|
||||
hint="Version number only (e.g., “13.0.1.”) NOT “Ventura 13” or “13.0.1 (22A400)."
|
||||
hint="Version number only (e.g., “13.0.1” not “Ventura 13” or “13.0.1 (22A400)”)"
|
||||
placeholder="13.0.1"
|
||||
value={minOsVersion}
|
||||
error={minOsVersionError}
|
||||
|
|
|
|||
|
|
@ -40,9 +40,6 @@
|
|||
font-size: $x-small;
|
||||
color: $core-fleet-black;
|
||||
width: 100%;
|
||||
@media (min-width: $break-990) {
|
||||
width: 60%;
|
||||
}
|
||||
}
|
||||
|
||||
&__section-information {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.manual-enroll-mdm-modal {
|
||||
.enroll-mdm-modal {
|
||||
&__download-button {
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue