Skip to content

Commit

Permalink
adjusting dashboard page
Browse files Browse the repository at this point in the history
  • Loading branch information
its-a-feature committed Dec 31, 2024
1 parent e222747 commit 156bca4
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 16 deletions.
7 changes: 7 additions & 0 deletions MythicReactUI/CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.75] - 2024-12-31

### Changed

- Updated the hamburger icon to be the same padding as the rest
- Removed the agent/c2 overview table from dashboard page

## [0.2.74] - 2024-12-31

### Changed
Expand Down
2 changes: 1 addition & 1 deletion MythicReactUI/src/components/TopAppBarVertical.js
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ export function TopAppBarVertical(props) {
</>
} />
</ListItem>
<StyledListItem className={classes.listSubHeader} button onClick={toggleDrawerOpen} style={{height: "20px"}} >
<StyledListItem className={classes.listSubHeader} button onClick={toggleDrawerOpen} style={{height: "30px"}} >
<StyledListItemIcon ><MenuIcon style={{color: "white"}} onClick={toggleDrawerOpen} fontSize={"medium"} className="mythicElement" /></StyledListItemIcon>
<ListItemText primary={
<>
Expand Down
5 changes: 1 addition & 4 deletions MythicReactUI/src/components/pages/Home/CallbacksCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ const PieChartCard = ({data, width="100%", additionalStyles, innerElement, hidde
<Paper elevation={5} style={{
marginBottom: "5px",
marginTop: "5px",
marginLeft: "5px",
marginRight: "5px",
width: width,
height: "100%",
border: "1px solid gray",
Expand Down Expand Up @@ -770,7 +770,6 @@ const PieMultiChartCard = ({data, width="100%", hidden, title, margin={
<Paper elevation={5} style={{
marginBottom: "5px",
marginTop: "5px",
marginLeft: "5px",
width: width,
height: "100%",
border: "1px solid gray",
Expand Down Expand Up @@ -1015,8 +1014,6 @@ const LineTimeMultiChartCard = ({data, additionalStyles, colors=cheerfulFiestaPa
}
return (
<Paper elevation={5} style={{
marginBottom: "5px",
marginTop: "5px",
width: "100%",
height: "100%",
border: "1px solid gray",
Expand Down
2 changes: 0 additions & 2 deletions MythicReactUI/src/components/pages/Home/Home.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
import React from 'react';
import {AgentC2Overview} from './AgentC2Overview';
import {CallbacksCard} from "./CallbacksCard";


export function Home({me}) {
return (
<div style={{width: "100%", height: "100%", maxHeight: "100%",}}>
<CallbacksCard me={me} />
<AgentC2Overview />
</div>
);
}
2 changes: 1 addition & 1 deletion MythicReactUI/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import jwt_decode from 'jwt-decode';
import {meState} from './cache';
import {getSkewedNow} from "./components/utilities/Time";

export const mythicUIVersion = "0.2.74";
export const mythicUIVersion = "0.2.75";

let fetchingNewToken = false;

Expand Down
6 changes: 3 additions & 3 deletions mythic-react-docker/mythic/public/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"files": {
"main.css": "/new/static/css/main.602591e6.css",
"main.js": "/new/static/js/main.2aeaf893.js",
"main.js": "/new/static/js/main.b586c11f.js",
"static/media/mythic-red.png": "/new/static/media/mythic-red.203468a4e5240d239aa0.png",
"static/media/graphql.png": "/new/static/media/graphql.8f15978b39b0870a9f0e.png",
"static/media/Mythic_Logo.svg": "/new/static/media/Mythic_Logo.6842c911bebe36d6f83fc7ced4a2cd99.svg",
"static/media/mythic_red_small.svg": "/new/static/media/mythic_red_small.793b41cc7135cdede246661ec232976b.svg",
"index.html": "/new/index.html",
"main.602591e6.css.map": "/new/static/css/main.602591e6.css.map",
"main.2aeaf893.js.map": "/new/static/js/main.2aeaf893.js.map"
"main.b586c11f.js.map": "/new/static/js/main.b586c11f.js.map"
},
"entrypoints": [
"static/css/main.602591e6.css",
"static/js/main.2aeaf893.js"
"static/js/main.b586c11f.js"
]
}
2 changes: 1 addition & 1 deletion mythic-react-docker/mythic/public/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/new/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><link rel="apple-touch-icon" href="/new/logo192.png"/><link rel="manifest" href="/new/manifest.json"/><title>Mythic</title><script defer="defer" src="/new/static/js/main.2aeaf893.js"></script><link href="/new/static/css/main.602591e6.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/new/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><link rel="apple-touch-icon" href="/new/logo192.png"/><link rel="manifest" href="/new/manifest.json"/><title>Mythic</title><script defer="defer" src="/new/static/js/main.b586c11f.js"></script><link href="/new/static/css/main.602591e6.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 156bca4

Please sign in to comment.