mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +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
|
<InputField
|
||||||
label="Minimum version"
|
label="Minimum version"
|
||||||
tooltip="The end user sees the window until their macOS is at or above this 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"
|
placeholder="13.0.1"
|
||||||
value={minOsVersion}
|
value={minOsVersion}
|
||||||
error={minOsVersionError}
|
error={minOsVersionError}
|
||||||
|
|
|
||||||
|
|
@ -40,9 +40,6 @@
|
||||||
font-size: $x-small;
|
font-size: $x-small;
|
||||||
color: $core-fleet-black;
|
color: $core-fleet-black;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@media (min-width: $break-990) {
|
|
||||||
width: 60%;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&__section-information {
|
&__section-information {
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
.manual-enroll-mdm-modal {
|
.enroll-mdm-modal {
|
||||||
&__download-button {
|
&__download-button {
|
||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue