first commit
This commit is contained in:
13
uebersicht-code/server/spec/test_widgets/widget-3.jsx
Executable file
13
uebersicht-code/server/spec/test_widgets/widget-3.jsx
Executable file
@@ -0,0 +1,13 @@
|
||||
export const command = "echo Hello World!"
|
||||
|
||||
export const refreshFrequency = 5000 // ms
|
||||
|
||||
export const render = ({ output }) => (
|
||||
<h1>{output}</h1>
|
||||
)
|
||||
|
||||
export const className = `
|
||||
left: 20px
|
||||
top: 20px
|
||||
color: #fff
|
||||
`
|
||||
Reference in New Issue
Block a user