mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-14 19:55:03 +01:00
add dashboard
This commit is contained in:
parent
077b6fd633
commit
dc8efd4e4e
13 changed files with 777 additions and 33 deletions
10
amqp_dashboard/assets/style.css
Normal file
10
amqp_dashboard/assets/style.css
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
html {
|
||||
font-family: arial, sans-serif;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
table, th, td {
|
||||
border: 1px solid black;
|
||||
border-collapse: collapse;
|
||||
padding: 10px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue