feature: collect MDM Hardware Data (Autopilot hash) during device enrolment
resolves #160
This commit is contained in:
@@ -5883,7 +5883,7 @@ div.columnHost .column50 {
|
||||
width: 50%;
|
||||
}
|
||||
.hidden {
|
||||
display: none;
|
||||
display: none !important;
|
||||
}
|
||||
.success {
|
||||
color: #60A917;
|
||||
@@ -6021,7 +6021,7 @@ i.clipboard-link {
|
||||
right: calc(-1.28571429em - 4px);
|
||||
top: calc(100% - 14px);
|
||||
z-index: 100;
|
||||
color: #D1D1D1;
|
||||
color: #d8d8d8;
|
||||
background-color: #fff;
|
||||
}
|
||||
i.clipboard-link:hover {
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -311,6 +311,10 @@
|
||||
background-color: #fff;
|
||||
background: repeating-linear-gradient(45deg, #f4f4f4, #f4f4f4 10px, #fff 10px, #fff 20px);
|
||||
}
|
||||
#DeviceDetailTab-DetailsContainer .device_detail_mdm_hardware_data code {
|
||||
display: block;
|
||||
word-break: break-all;
|
||||
}
|
||||
#deviceShowResources #AttachmentsContainer {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
@@ -282,6 +282,11 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.device_detail_mdm_hardware_data code {
|
||||
display: block;
|
||||
word-break: break-all;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -1451,7 +1451,7 @@ div.columnHost .column50 {
|
||||
width: 50%;
|
||||
}
|
||||
.hidden {
|
||||
display: none;
|
||||
display: none !important;
|
||||
}
|
||||
.success {
|
||||
color: #60A917;
|
||||
@@ -1589,7 +1589,7 @@ i.clipboard-link {
|
||||
right: calc(-1.28571429em - 4px);
|
||||
top: calc(100% - 14px);
|
||||
z-index: 100;
|
||||
color: #D1D1D1;
|
||||
color: #d8d8d8;
|
||||
background-color: #fff;
|
||||
}
|
||||
i.clipboard-link:hover {
|
||||
|
||||
@@ -1519,7 +1519,7 @@ div.columnHost {
|
||||
|
||||
// Misc
|
||||
.hidden {
|
||||
display: none;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.success {
|
||||
@@ -1689,7 +1689,7 @@ i.clipboard-link {
|
||||
right: calc(-1.28571429em - 4px);
|
||||
top: calc(100% - 14px);
|
||||
z-index: 100;
|
||||
color: @BackgroundColour;
|
||||
color: @TableDataDarkBorderColour;
|
||||
background-color: #fff;
|
||||
|
||||
&:hover {
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user