Skip to content

Commit

Permalink
[udash] Remove host shell code Fix #46
Browse files Browse the repository at this point in the history
  • Loading branch information
at15 committed Jan 13, 2020
1 parent d63dcef commit 00686e0
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 287 deletions.
8 changes: 7 additions & 1 deletion doc/log/2020/2020-01/2020-01-13-reorg.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,10 @@ I also played around writing Docker, Mesos and Cassandra UI. The http client is
Docker

- [dockerclient](https://github.com/dyweb/go.ice/tree/archive/2020-01-13/lib/dockerclient) only use types from docker, implemented exec
- [dk](https://github.com/dyweb/go.ice/tree/archive/2020-01-13/cmd/dk) is the cli using cobra
- [dk](https://github.com/dyweb/go.ice/tree/archive/2020-01-13/cmd/dk) is the cli using cobra

Udash

- [Run shell on host using websocket](https://github.com/dyweb/go.ice/blob/archive/2020-01-13/udash/pkg/host.go#L21) [#46](https://github.com/dyweb/go.ice/issues/46)
- pty has echo, so when using xterm, the server behavior is different from using plain text box to write things one at a time
- A flex box based dashboard layout using element UI
42 changes: 0 additions & 42 deletions udash/pkg/docker.go

This file was deleted.

4 changes: 0 additions & 4 deletions udash/pkg/gommon.yml

This file was deleted.

17 changes: 0 additions & 17 deletions udash/pkg/gommon_generated.go

This file was deleted.

88 changes: 0 additions & 88 deletions udash/pkg/host.go

This file was deleted.

33 changes: 0 additions & 33 deletions udash/pkg/routes.go

This file was deleted.

51 changes: 0 additions & 51 deletions udash/pkg/server.go

This file was deleted.

51 changes: 0 additions & 51 deletions udash/pkg/shell.html

This file was deleted.

0 comments on commit 00686e0

Please sign in to comment.