Skip to content

Commit

Permalink
Fixed attack navigator path
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Bernardi <[email protected]>
  • Loading branch information
fastlorenzo committed Mar 14, 2022
1 parent 98c10ce commit 3d72810
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Currently, working functionalities are:
- Management of IP lists (add/delete)
- Display RedELK dashboards

This application is compatible with Elastic stack v7.10.0
This application is compatible with Elastic stack v7.16.3

## Screenshots

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redelk",
"version": "v0.4.0",
"version": "v0.4.1",
"private": true,
"kibana": {
"version": "7.16.3",
Expand Down
3 changes: 2 additions & 1 deletion public/components/attackNavigatorPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,12 @@

import React, { memo } from 'react';
import { useTopNav } from '../helpers/nav_header_helper';
import { PLUGIN_ID } from '../../common';

const Iframe = memo(() => (
<iframe
title="attack-navigator"
src="/plugins/redelk/assets/attack-navigator/"
src={'/plugins/redelk/' + PLUGIN_ID + '/attack-navigator/'}
width="100%"
height="100%"
/>
Expand Down

0 comments on commit 3d72810

Please sign in to comment.