From 0643154ff204416d4b6dad3ba5e0eaf9dcd322a6 Mon Sep 17 00:00:00 2001 From: Francesco Uliana Date: Sat, 6 Feb 2016 18:14:57 +0100 Subject: [PATCH 1/2] version 0.13 --- README.md | 6 +++--- static/index.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b41f793..3dc8393 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Run the following command in terminal: --name docker-compose-ui \ -p 5000:5000 \ -v /var/run/docker.sock:/var/run/docker.sock \ - francescou/docker-compose-ui:0.12 + francescou/docker-compose-ui:0.13 You have to wait while Docker pulls the container from the Docker Hub: https://registry.hub.docker.com/u/francescou/docker-compose-ui @@ -44,7 +44,7 @@ If you want to use your own docker-compose projects, put them into a directory * -p 5000:5000 \ -v /home/user/docker-compose-ui/demo-projects:/opt/docker-compose-projects:ro \ -v /var/run/docker.sock:/var/run/docker.sock \ - francescou/docker-compose-ui:0.12 + francescou/docker-compose-ui:0.13 you can download my example projects into */home/user/docker-compose-ui/demo-projects/* from https://github.com/francescou/docker-compose-ui/tree/master/demo-projects @@ -68,7 +68,7 @@ You can also run containers on a remote docker host, e.g. -p 5000:5000 \ -v /home/user/docker-compose-ui/demo-projects:/opt/docker-compose-projects:ro \ -e DOCKER_HOST=remote-docker-host:2375 \ - francescou/docker-compose-ui:0.12 + francescou/docker-compose-ui:0.13 ### Docker Swarm or HTTPS Remote docker host diff --git a/static/index.html b/static/index.html index dd46d5b..d9be732 100644 --- a/static/index.html +++ b/static/index.html @@ -51,7 +51,7 @@

Projects

From 5c0db24d89567a9a27f9706ca7003903c2d2ca2c Mon Sep 17 00:00:00 2001 From: Francesco Uliana Date: Sat, 6 Feb 2016 18:23:39 +0100 Subject: [PATCH 2/2] darker button background --- static/index.html | 4 ++-- static/styles/main.css | 14 ++++++++++---- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/static/index.html b/static/index.html index d9be732..f994a0c 100644 --- a/static/index.html +++ b/static/index.html @@ -7,11 +7,11 @@ - - + + diff --git a/static/styles/main.css b/static/styles/main.css index 4a1b66e..52b0d9e 100644 --- a/static/styles/main.css +++ b/static/styles/main.css @@ -1,7 +1,3 @@ -body { - background-color: #F9F9F9; -} - .logs{ max-height: 500px; display: block; @@ -95,4 +91,14 @@ footer { .search-items { margin-top: 10px; +} + +.btn-default { + background-color: #869198; +} +.btn-default:active, .btn-default.active { + background: #6d7377; +} +.btn-default:hover, .btn-default.hover { + background: #939da3; } \ No newline at end of file