Skip to content

Commit 0378f3a

Browse files
committed
Merge branch 'release/v11.2.0' of https://github.com/utmstack/UTMStack into release/v11.2.0
2 parents 7645f19 + efca0f2 commit 0378f3a

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

frontend/src/app/app-module/app-module-view/app-module-view.component.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ <h5 class="card-title label-header mb-0 text-uppercase label-header">
2828
(showModuleIntegration)="showModule($event)"
2929
class="module-card m-1">
3030
</app-app-module-card>
31-
<app-utm-spinner class="position-absolute top-35 right-50" [height]="'110px'" [loading]="(moduleResolver.loading$ | async)" [width]="'110px'"
31+
<app-utm-spinner class="position-absolute top-35 right-50"
32+
[height]="'110px'"
33+
[loading]="(moduleResolver.loading$ | async)" [width]="'110px'"
3234
label="Loading modules">
3335
</app-utm-spinner>
3436
</div>

frontend/src/app/app-module/guides/guide-crowdstrike/crowdstrike.steps.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import {COLLECTOR_MESSAGE, Step} from '../shared/step';
33
export const CROWDSTRIKE_STEPS: Step[] = [
44
{
55
id: '1',
6-
name: 'Open the main menu. Click the hamburger icon in the top‑left corner labeled "Open menu".' +
7-
'Navigate to API management. Select **Support and resources** then **API Clients and Keys**.',
6+
name: 'Navigate to the main view. Click the hamburger icon in the top‑left corner labeled "Open menu".' +
7+
'Select <b>Support and resources</b> then <b>API Clients and Keys</b>.',
88
content: {
99
id: 'stepContent1',
1010
images: [{
@@ -15,8 +15,7 @@ export const CROWDSTRIKE_STEPS: Step[] = [
1515
},
1616
{
1717
id: '2',
18-
name: 'Create a new API client. Click **Create API Client**, ' +
19-
'provide a descriptive client name (used to identify event sources) and select the API scopes required for Event Streams.',
18+
name: 'Create a new API client. Click <b>Create API Client</b>. ',
2019
content: {
2120
id: 'stepContent2',
2221
images: [{
@@ -27,7 +26,8 @@ export const CROWDSTRIKE_STEPS: Step[] = [
2726
},
2827
{
2928
id: '3',
30-
name: 'Generate credentials. Click **Create** to generate the client credentials and endpoint information.',
29+
name: 'Generate API credentials. Provide a descriptive client name (used to identify event sources) and select the API scopes required for Event Streams.' +
30+
'Click <b>Create</b> to generate the client credentials and endpoint information.',
3131
content: {
3232
id: 'stepContent3',
3333
images: [{
@@ -38,7 +38,7 @@ export const CROWDSTRIKE_STEPS: Step[] = [
3838
},
3939
{
4040
id: '4',
41-
name: 'Record the credentials securely. Note the **Client ID**, **Client Secret** and the **Base URL** for the selected region.',
41+
name: 'Record the credentials securely. Note the <b>Client ID</b>, <b>Client Secret</b> and the <b>Base URL</b> for the selected region.',
4242
content: {
4343
id: 'stepContent4',
4444
images: [{

frontend/src/app/app-module/guides/guide-crowdstrike/guide-crowdstrike.component.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ <h4 class="card-title mb-0 text-primary">
66
</div>
77

88
<div class="card-body">
9-
<div class="alert alert-warning alert-styled-right mb-3">
10-
The UTMStack AS400 Collector communicate over ports 9000, 9001 and 50051. Please make sure these ports are open.
11-
</div>
129
<ol class="setup_list">
1310
<app-utm-list [items]="steps">
1411
<ng-template stepTemplateRef let-step>

0 commit comments

Comments
 (0)