mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 16:39:01 +00:00
Transfer/Delete bug fix: fix low_disk_space (#17434)
This commit is contained in:
parent
babf4e17c8
commit
ceaa6d13fa
2 changed files with 2 additions and 4 deletions
|
|
@ -1095,7 +1095,6 @@ const ManageHostsPage = ({
|
|||
query: searchQuery,
|
||||
status,
|
||||
labelId: selectedLabel?.id,
|
||||
currentTeam: teamIdForApi,
|
||||
policyId,
|
||||
policyResponse,
|
||||
softwareId,
|
||||
|
|
|
|||
|
|
@ -197,7 +197,6 @@ export default {
|
|||
query,
|
||||
status,
|
||||
labelId,
|
||||
currentTeam,
|
||||
policyId,
|
||||
policyResponse,
|
||||
softwareId,
|
||||
|
|
@ -236,7 +235,7 @@ export default {
|
|||
mdm_id: mdmId,
|
||||
mdm_enrollment_status: mdmEnrollmentStatus,
|
||||
munki_issue_id: munkiIssueId,
|
||||
low_disk_space_host: lowDiskSpaceHosts,
|
||||
low_disk_space: lowDiskSpaceHosts,
|
||||
os_settings: osSettings,
|
||||
os_settings_disk_encryption: diskEncryptionStatus,
|
||||
vulnerability,
|
||||
|
|
@ -459,7 +458,7 @@ export default {
|
|||
mdm_id: mdmId,
|
||||
mdm_enrollment_status: mdmEnrollmentStatus,
|
||||
munki_issue_id: munkiIssueId,
|
||||
low_disk_space_host: lowDiskSpaceHosts,
|
||||
low_disk_space: lowDiskSpaceHosts,
|
||||
os_settings: osSettings,
|
||||
os_settings_disk_encryption: diskEncryptionStatus,
|
||||
vulnerability,
|
||||
|
|
|
|||
Loading…
Reference in a new issue