change(ui) - xhr tab rename and fetch plugin links
This commit is contained in:
parent
688a055cff
commit
0d5722bd10
2 changed files with 3 additions and 3 deletions
|
|
@ -34,7 +34,7 @@ const TAB_TO_TYPE_MAP: any = {
|
|||
[OTHER]: TYPES.OTHER,
|
||||
};
|
||||
const TABS: any = [ALL, XHR, JS, CSS, IMG, MEDIA, OTHER].map((tab) => ({
|
||||
text: tab === 'xhr' ? 'XHR (Fetch)' : tab,
|
||||
text: tab === 'xhr' ? 'Fetch/XHR' : tab,
|
||||
key: tab,
|
||||
}));
|
||||
|
||||
|
|
|
|||
|
|
@ -207,14 +207,14 @@ export default class FetchDetailsModal extends React.PureComponent {
|
|||
<ul className="list-disc ml-5">
|
||||
<li>
|
||||
Integrate{' '}
|
||||
<a href="" className="link">
|
||||
<a href="https://docs.openreplay.com/plugins/fetch" className="link" target="_blank">
|
||||
Fetch plugin
|
||||
</a>{' '}
|
||||
to capture fetch payloads.
|
||||
</li>
|
||||
<li>
|
||||
Find a detailed{' '}
|
||||
<a href="" className="link">
|
||||
<a href="https://www.youtube.com/watch?v=YFCKstPZzZg" className="link" target="_blank">
|
||||
video tutorial
|
||||
</a>{' '}
|
||||
to understand practical example of how to use fetch plugin.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue