Skip to content

Commit

Permalink
Use Vite for dashboard2
Browse files Browse the repository at this point in the history
  • Loading branch information
C-D-Lewis committed Oct 29, 2024
1 parent 60308f8 commit e7107df
Show file tree
Hide file tree
Showing 95 changed files with 2,278 additions and 1,529 deletions.
5 changes: 1 addition & 4 deletions dashboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@

![](assets/screenshot.png)

Web application providing specialised interaction UI for the APIs
presented by the `node-microservices` apps, such as
[attic](https://github.com/c-d-lewis/attic) or
[visuals](https://github.com/c-d-lewis/visuals).
Webapp to monitor device fleet and issue commands.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
6 changes: 1 addition & 5 deletions dashboard/css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,5 @@ html, body, #app {
margin: 0;
width: 100%;
height: 100%;
background-color: #222;
}

tr {
margin-top: 10px;
background-color: #111;
}
10 changes: 5 additions & 5 deletions dashboard/index.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<title>Service Dashboard</title>
<title>Node Microservices Dashboard</title>

<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#007bff">
<meta name="theme-color" content="#000">

<link rel="stylesheet" type="text/css" href="./css/global.css">

<link rel="icon" href="favicon.ico?v=2"/>
<link rel="icon" href="favicon.ico?v=3"/>
</head>
<body>
<!-- Libraries -->
<script src="https://unpkg.com/[email protected]/fabricate.js"></script>

<!-- App -->
<script src="./dist/bundle.js"></script>
<script src="./src/index.ts" type="module"></script>
</body>
</html>
</html>
Loading

0 comments on commit e7107df

Please sign in to comment.