mirror of
https://github.com/cuigh/swirl
synced 2024-12-28 23:02:02 +00:00
Bump version to 0.7.3
This commit is contained in:
parent
adcdaaf3be
commit
8be8cd382c
@ -28,13 +28,13 @@
|
|||||||
|
|
||||||
![Service list](docs/images/service-list.png)
|
![Service list](docs/images/service-list.png)
|
||||||
|
|
||||||
### Compose list
|
### Service stats
|
||||||
|
|
||||||
![Compose list](docs/images/compose-list.png)
|
![Service stats](docs/images/service-stats.png)
|
||||||
|
|
||||||
### Role editing
|
### Stack list
|
||||||
|
|
||||||
![Role editing](docs/images/role-edit.png)
|
![Stack list](docs/images/stack-list.png)
|
||||||
|
|
||||||
### Settings
|
### Settings
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 177 KiB After Width: | Height: | Size: 319 KiB |
Binary file not shown.
Before Width: | Height: | Size: 155 KiB |
BIN
docs/images/service-stats.png
Normal file
BIN
docs/images/service-stats.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 219 KiB |
Before Width: | Height: | Size: 184 KiB After Width: | Height: | Size: 184 KiB |
2
main.go
2
main.go
@ -28,7 +28,7 @@ func main() {
|
|||||||
misc.BindOptions()
|
misc.BindOptions()
|
||||||
|
|
||||||
app.Name = "Swirl"
|
app.Name = "Swirl"
|
||||||
app.Version = "0.7.2"
|
app.Version = "0.7.3"
|
||||||
app.Desc = "A web management UI for Docker, focused on swarm cluster"
|
app.Desc = "A web management UI for Docker, focused on swarm cluster"
|
||||||
app.Action = func(ctx *app.Context) {
|
app.Action = func(ctx *app.Context) {
|
||||||
err := config.UnmarshalOption("swirl", &misc.Options)
|
err := config.UnmarshalOption("swirl", &misc.Options)
|
||||||
|
Loading…
Reference in New Issue
Block a user