@rh-support/troubleshoot 2.1.18 → 2.1.20-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/esm/components/CaseEditView/CaseOverview/CaseOwnerInfo.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/CaseOverview/CaseOwnerInfo.js +2 -1
- package/lib/esm/components/CaseEditView/CaseOverview/index.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/CaseOverview/index.js +8 -3
- package/lib/esm/components/CaseEditView/RequestRemoteSession/RemoteSessionAgreement.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/RequestRemoteSession/RemoteSessionAgreement.js +3 -3
- package/lib/esm/components/CaseEditView/ShareCase/PartnerCaseHelper.js +2 -2
- package/lib/esm/components/CaseEditView/ShareCase/TnC.d.ts +0 -2
- package/lib/esm/components/CaseEditView/ShareCase/TnC.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/ShareCase/TnC.js +2 -20
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseDetailsManagement.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseDetailsManagement.js +2 -0
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseHostname.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseHostname.js +2 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CasePhoneNumberSev1ConfirmAlert.d.ts +9 -0
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CasePhoneNumberSev1ConfirmAlert.d.ts.map +1 -0
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CasePhoneNumberSev1ConfirmAlert.js +69 -0
- package/lib/esm/components/CaseInformation/ContactPhoneNumber.js +1 -1
- package/lib/esm/components/CaseInformation/ContactPhoneNumberPopOver.d.ts.map +1 -1
- package/lib/esm/components/CaseInformation/ContactPhoneNumberPopOver.js +2 -1
- package/lib/esm/components/CaseInformation/FileDiag.d.ts +5 -1
- package/lib/esm/components/CaseInformation/FileDiag.d.ts.map +1 -1
- package/lib/esm/components/CaseInformation/FileDiag.js +2 -2
- package/lib/esm/components/CaseInformation/Severity.d.ts.map +1 -1
- package/lib/esm/components/CaseInformation/Severity.js +2 -1
- package/lib/esm/components/CaseInformation/SupportLevel.d.ts.map +1 -1
- package/lib/esm/components/CaseInformation/SupportLevel.js +2 -1
- package/lib/esm/components/CaseManagement/Cep.d.ts.map +1 -1
- package/lib/esm/components/CaseManagement/Cep.js +3 -3
- package/lib/esm/components/ProductSelector/ProductVersionDropdownSelector.d.ts.map +1 -1
- package/lib/esm/components/ProductSelector/ProductVersionDropdownSelector.js +6 -8
- package/lib/esm/components/Recommendations/CriticalSolutionsToast.d.ts.map +1 -1
- package/lib/esm/components/Recommendations/CriticalSolutionsToast.js +5 -2
- package/lib/esm/components/Recommendations/RecommendationFeedbackModal.js +1 -1
- package/lib/esm/components/Recommendations/RulesModal.d.ts.map +1 -1
- package/lib/esm/components/Recommendations/RulesModal.js +25 -9
- package/lib/esm/components/RemoteRider/RemoteRiderAcceptanceModal.d.ts.map +1 -1
- package/lib/esm/components/RemoteRider/RemoteRiderAcceptanceModal.js +2 -2
- package/lib/esm/components/TroubleshootSection/TroubleshootSection.d.ts.map +1 -1
- package/lib/esm/components/TroubleshootSection/TroubleshootSection.js +16 -11
- package/lib/esm/components/shared/fileUpload/FileLister.d.ts.map +1 -1
- package/lib/esm/components/shared/fileUpload/FileLister.js +2 -1
- package/lib/esm/components/wizardLayout/WizardAside.js +1 -1
- package/lib/esm/components/wizardLayout/WizardMain.js +1 -1
- package/lib/esm/components/wizardLayout/WizardNavigation.d.ts.map +1 -1
- package/lib/esm/components/wizardLayout/WizardNavigation.js +50 -4
- package/lib/esm/reducers/CaseConstNTypes.d.ts +1 -0
- package/lib/esm/reducers/CaseConstNTypes.d.ts.map +1 -1
- package/lib/esm/reducers/CaseConstNTypes.js +1 -0
- package/lib/esm/scss/_main.scss +22 -221
- package/lib/esm/scss/_pf4-overrides.scss +38 -13
- package/lib/esm/utils/remoteRiderUtils.d.ts.map +1 -1
- package/lib/esm/utils/remoteRiderUtils.js +2 -2
- package/package.json +8 -8
- package/lib/esm/constants/tncConstants.d.ts +0 -13
- package/lib/esm/constants/tncConstants.d.ts.map +0 -1
- package/lib/esm/constants/tncConstants.js +0 -12
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
padding: 0 10px;
|
|
148
148
|
|
|
149
149
|
&:hover svg {
|
|
150
|
-
color:
|
|
150
|
+
color: var(--pf-global--palette--blue-500) !important;
|
|
151
151
|
}
|
|
152
152
|
}
|
|
153
153
|
}
|
|
@@ -172,20 +172,22 @@
|
|
|
172
172
|
}
|
|
173
173
|
}
|
|
174
174
|
|
|
175
|
-
|
|
176
|
-
.pf-c-expandable-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
175
|
+
#rh-support-case {
|
|
176
|
+
.pf-c-expandable-section {
|
|
177
|
+
.pf-c-expandable-section__content {
|
|
178
|
+
margin-top: 0 !important;
|
|
179
|
+
padding: 10px 5px;
|
|
180
|
+
border: 1px solid #d2d2d2;
|
|
181
|
+
border-top: none;
|
|
182
|
+
}
|
|
182
183
|
|
|
183
|
-
|
|
184
|
-
|
|
184
|
+
.pf-c-expandable-section__toggle {
|
|
185
|
+
font-size: 16px;
|
|
185
186
|
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
187
|
+
.pf-c-expandable-section__toggle-text {
|
|
188
|
+
margin-left: 8px;
|
|
189
|
+
font-weight: 500;
|
|
190
|
+
}
|
|
189
191
|
}
|
|
190
192
|
}
|
|
191
193
|
}
|
|
@@ -276,6 +278,29 @@
|
|
|
276
278
|
|
|
277
279
|
.popular-solutions {
|
|
278
280
|
background-color: #286869 !important;
|
|
281
|
+
.card-title {
|
|
282
|
+
color: #fff !important;
|
|
283
|
+
}
|
|
284
|
+
div > button > span > svg {
|
|
285
|
+
color: white !important;
|
|
286
|
+
}
|
|
287
|
+
.file-recs-actions-toggle {
|
|
288
|
+
color: white !important;
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
.file-diag {
|
|
292
|
+
border: 1px solid #ededed;
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
.file-diag > .card-heading {
|
|
296
|
+
display: flex;
|
|
297
|
+
-ms-flex-align: center;
|
|
298
|
+
margin-bottom: 0;
|
|
299
|
+
padding: 0.5rem 0.8rem;
|
|
300
|
+
font-size: 15px;
|
|
301
|
+
background-color: var(--pf-global--palette--black-500);
|
|
302
|
+
border: 1px solid var(--pf-global--palette--black-500);
|
|
303
|
+
color: var(--pf-global--palette--white);
|
|
279
304
|
}
|
|
280
305
|
|
|
281
306
|
.file-diag .file-buttons .pf-c-switch .pf-c-switch__label {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"remoteRiderUtils.d.ts","sourceRoot":"","sources":["../../../src/utils/remoteRiderUtils.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"remoteRiderUtils.d.ts","sourceRoot":"","sources":["../../../src/utils/remoteRiderUtils.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,oBAAoB,mDAUhC,CAAC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import hydrajs from '@cee-eng/hydrajs';
|
|
2
|
-
import {
|
|
2
|
+
import { TncConstants } from '@rh-support/utils';
|
|
3
3
|
export const getTnCRemoteRiderUrl = (caseNumber, isSecureSupport) => {
|
|
4
4
|
const path = `${isSecureSupport ? hydrajs.Env.securePathPrefix : hydrajs.Env.pathPrefix}/cases/${caseNumber}/remotesessionterms`;
|
|
5
5
|
const redirectUrl = hydrajs.Env.hydraHostName.clone().setPath(path);
|
|
6
6
|
const cancelRedirectUrl = encodeURIComponent(`${window.location.href}?remoteSessionTermsAcked=false`);
|
|
7
|
-
const tncUrl = `https://${
|
|
7
|
+
const tncUrl = `https://${TncConstants.HOSTS[hydrajs.Env.getEnvName()]}/wapps/tnc/ackrequired?site=${TncConstants.REMOTE_RIDER_SITE_CODE}&event=${TncConstants.REMOTER_RIDER_EVENT_CODE}&redirect=${redirectUrl}&cancelRedirect=${cancelRedirectUrl}`;
|
|
8
8
|
return tncUrl;
|
|
9
9
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rh-support/troubleshoot",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.20-beta.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"registry": "https://registry.npmjs.org"
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"lib/**/*"
|
|
27
27
|
],
|
|
28
28
|
"peerDependencies": {
|
|
29
|
-
"@cee-eng/hydrajs": "4.15.
|
|
29
|
+
"@cee-eng/hydrajs": "4.15.84",
|
|
30
30
|
"@cee-eng/ui-toolkit": "1.1.6",
|
|
31
31
|
"@patternfly/patternfly": "4.196.7",
|
|
32
32
|
"@patternfly/pfe-accordion": "1.12.3",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"react-virtualized": "^9.21.2"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@cee-eng/hydrajs": "4.15.
|
|
59
|
+
"@cee-eng/hydrajs": "4.15.84",
|
|
60
60
|
"@cee-eng/ui-toolkit": "1.1.6",
|
|
61
61
|
"@patternfly/patternfly": "4.196.7",
|
|
62
62
|
"@patternfly/pfe-accordion": "1.12.3",
|
|
@@ -66,11 +66,11 @@
|
|
|
66
66
|
"@patternfly/react-core": "4.264.0",
|
|
67
67
|
"@progress/kendo-drawing": "^1.6.0",
|
|
68
68
|
"@progress/kendo-react-pdf": "^3.12.0",
|
|
69
|
-
"@rh-support/components": "2.0.
|
|
70
|
-
"@rh-support/react-context": "2.0.
|
|
69
|
+
"@rh-support/components": "2.0.12-beta.0",
|
|
70
|
+
"@rh-support/react-context": "2.0.12-beta.0",
|
|
71
71
|
"@rh-support/types": "2.0.2",
|
|
72
|
-
"@rh-support/user-permissions": "2.0.11",
|
|
73
|
-
"@rh-support/utils": "2.0.11",
|
|
72
|
+
"@rh-support/user-permissions": "2.0.11-beta.0",
|
|
73
|
+
"@rh-support/utils": "2.0.11-beta.0",
|
|
74
74
|
"@types/react-redux": "^7.1.12",
|
|
75
75
|
"@types/redux": "^3.6.0",
|
|
76
76
|
"dompurify": "^2.4.1",
|
|
@@ -133,5 +133,5 @@
|
|
|
133
133
|
"defaults and supports es6-module",
|
|
134
134
|
"maintained node versions"
|
|
135
135
|
],
|
|
136
|
-
"gitHead": "
|
|
136
|
+
"gitHead": "d2f8df79dfae0ffc697fcf847d85ec6f2f892403"
|
|
137
137
|
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export declare const TnC: {
|
|
2
|
-
HOSTS: {
|
|
3
|
-
DEV: string;
|
|
4
|
-
QA: string;
|
|
5
|
-
Stage: string;
|
|
6
|
-
PROD: string;
|
|
7
|
-
};
|
|
8
|
-
PARTNER_SHARE_SITE_CODE: string;
|
|
9
|
-
PARTNER_SHARE_EVENT_CODE: string;
|
|
10
|
-
REMOTER_RIDER_EVENT_CODE: string;
|
|
11
|
-
REMOTE_RIDER_SITE_CODE: string;
|
|
12
|
-
};
|
|
13
|
-
//# sourceMappingURL=tncConstants.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"tncConstants.d.ts","sourceRoot":"","sources":["../../../src/constants/tncConstants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,GAAG;;;;;;;;;;;CAWf,CAAC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export const TnC = {
|
|
2
|
-
HOSTS: {
|
|
3
|
-
DEV: 'ams-dev1.devlab.redhat.com',
|
|
4
|
-
QA: 'www.qa.redhat.com',
|
|
5
|
-
Stage: 'www.stage.redhat.com',
|
|
6
|
-
PROD: 'www.redhat.com',
|
|
7
|
-
},
|
|
8
|
-
PARTNER_SHARE_SITE_CODE: 'customerPortal',
|
|
9
|
-
PARTNER_SHARE_EVENT_CODE: 'partnerAuthorization',
|
|
10
|
-
REMOTER_RIDER_EVENT_CODE: 'remoteAccessRider',
|
|
11
|
-
REMOTE_RIDER_SITE_CODE: 'remoteAccessRider',
|
|
12
|
-
};
|