mirror of
https://ghfast.top/https://github.com/discourse/docker_manager.git
synced 2026-05-23 00:04:03 +08:00
5 lines
153 B
Text
5 lines
153 B
Text
import Console from "../../components/docker-manager/console";
|
|
|
|
export default <template>
|
|
<Console @output={{@controller.model.output}} />
|
|
</template>
|