Go to file
Jeff Carr 96348bc86d move more of the table Demo code into it's own file
Signed-off-by: Jeff Carr <jcarr@wit.com>
2019-05-07 18:16:58 -07:00
example-gui rename the examples 2019-05-07 02:41:23 -07:00
example-systray write out json and yaml config files 2019-05-07 05:02:39 -07:00
.gitignore Add a systray example 2019-05-07 02:45:36 -07:00
LICENSE Initial Commit 2019-02-01 05:28:17 -08:00
Makefile move to a human readable tab-indented JSON config file 2019-05-07 05:40:07 -07:00
README.md Initial Commit 2019-02-01 05:28:17 -08:00
config.go dynamically add tabs. work around the JSON config file problem 2019-05-07 14:54:08 -07:00
config.json dynamically add tabs. work around the JSON config file problem 2019-05-07 14:54:08 -07:00
config.yml dynamically add tabs. work around the JSON config file problem 2019-05-07 14:54:08 -07:00
gui.go removed old testing code 2019-05-07 17:07:45 -07:00
main.go successfully add 2 tabs dynamically 2019-05-07 16:42:16 -07:00
table.go move more of the table Demo code into it's own file 2019-05-07 18:16:58 -07:00
tableCallbacks.go Move Cellvalue() into using standard callbacks 2019-05-07 18:07:31 -07:00
tableDemo.go move more of the table Demo code into it's own file 2019-05-07 18:16:58 -07:00

README.md

cloud-control-panel

This is how the cloud should work. It's time to change the rules.

This app requires IPv6 to work.

Obviously I'm developing this app on Linux so if things are broken in the MacOS or Windows, check the Linux version if possible to see if it is also broken there.

build

go get -v -t -u git.wit.com/wit/cloud-control-panel
cd ~/go/src/git.wit.com/wit/cloud-control-panel
go build
./cloud-control-panel

License

This is a GPL 3.0 Project.

Credits

  • All the GO developers & Google
  • The analabs people that made the golang cross platform UI
  • All the kernel, KVM and QEMU developers