Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
C-D-Lewis committed Dec 2, 2024
1 parent 5ac8298 commit 7af7c5f
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 5 deletions.
17 changes: 16 additions & 1 deletion dashboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,19 @@

![](assets/screenshot.png)

Webapp to monitor device fleet and issue commands.
Webapp to monitor device fleet and issue commands. Built with Vite and
Fabricate.js.

## Setup

Install dependencies:

```
npm i
```

Start a dev server:

```
npm start
```
File renamed without changes
Binary file added dashboard/assets/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions dashboard/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-microservices-dashboard",
"version": "2.0.0",
"version": "3.0.0",
"description": "Webapp to monitor device fleet and issue commands.",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion dashboard/src/components/controls/MonitorControls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const PluginView = ({ plugin }: { plugin: MonitorPlugin }) => {
height: 'fit-content',
}))
.setChildren([
fabricate('Image', { src: 'assets/plugin.png' })
fabricate('Image', { src: 'assets/images/plugin.png' })
.setStyles({
width: '24px',
height: '24px',
Expand Down

0 comments on commit 7af7c5f

Please sign in to comment.