feature/multiple-compose #10
|
@ -111,6 +111,10 @@ class Robot:
|
||||||
ui.label().bind_text(container_status, container).classes(
|
ui.label().bind_text(container_status, container).classes(
|
||||||
"text-lg"
|
"text-lg"
|
||||||
)
|
)
|
||||||
|
#Show the command the container is running
|
||||||
|
# ui.label(container.attrs["Config"]["Cmd"])
|
||||||
|
cmd_widget = ui.codemirror(" ".join(container.attrs["Config"]["Cmd"]), language="bash",theme="basicDark").classes('h-auto max-h-32')
|
||||||
|
cmd_widget.enabled = False
|
||||||
logelement = (
|
logelement = (
|
||||||
ui.expansion("Logs")
|
ui.expansion("Logs")
|
||||||
.style("margin: 10px;")
|
.style("margin: 10px;")
|
||||||
|
|
Loading…
Reference in New Issue