Show launch command
Build Docs / build (push) Failing after 48s
Details
Build Docs / build (push) Failing after 48s
Details
This commit is contained in:
parent
2a9c5527f3
commit
b5d96dc508
|
@ -111,6 +111,10 @@ class Robot:
|
|||
ui.label().bind_text(container_status, container).classes(
|
||||
"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 = (
|
||||
ui.expansion("Logs")
|
||||
.style("margin: 10px;")
|
||||
|
|
Loading…
Reference in New Issue