Skip to content

Commit 7a60608

Browse files
authored
Merge pull request #2644 from JohnDuprey/dev
Extension: Add callout for force sync
2 parents e77f40d + b30405d commit 7a60608

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/views/cipp/Extensions.jsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ export default function CIPPExtensions() {
6767
path: 'api/ExecExtensionSync?Extension=' + integrationType,
6868
})
6969
}
70+
disabled={disabled}
7071
className="me-2"
7172
>
7273
<FontAwesomeIcon
@@ -198,6 +199,11 @@ export default function CIPPExtensions() {
198199
)}
199200
</CippCallout>
200201
)}
202+
{listSyncExtensionResult?.data?.Results && (
203+
<CippCallout color={listSyncExtensionResult.isSuccess ? 'success' : 'danger'}>
204+
{listSyncExtensionResult?.data?.Results}
205+
</CippCallout>
206+
)}
201207
</CippButtonCard>
202208
</CCol>
203209
{integration.mappingRequired && (

0 commit comments

Comments
 (0)