Skip to content

Commit

Permalink
Add custom logo.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevana committed Dec 17, 2015
1 parent 2f003a5 commit c3f22fe
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ angular.module('dockerui', ['dockerui.templates', 'ngRoute', 'dockerui.services'
// You need to set this to the api endpoint without the port i.e. http://192.168.1.9
.constant('DOCKER_ENDPOINT', 'dockerapi')
.constant('DOCKER_PORT', '') // Docker port, leave as an empty string if no port is requred. If you have a port, prefix it with a ':' i.e. :4243
.constant('UI_VERSION', 'v0.8.0')
.constant('UI_VERSION', 'v0.9.0-beta')
.constant('DOCKER_API_VERSION', 'v1.20');
Binary file removed assets/ico/apple-touch-icon-114-precomposed.png
Binary file not shown.
Binary file removed assets/ico/apple-touch-icon-144-precomposed.png
Binary file not shown.
Binary file removed assets/ico/apple-touch-icon-57-precomposed.png
Binary file not shown.
Binary file removed assets/ico/apple-touch-icon-72-precomposed.png
Binary file not shown.
Binary file added assets/ico/apple-touch-icon-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/ico/favicon.ico
100755 → 100644
Binary file not shown.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dockerui",
"version": "0.8.0",
"version": "0.9.0-beta",
"homepage": "https://github.com/crosbymichael/dockerui",
"authors": [
"Michael Crosby <[email protected]>",
Expand Down
5 changes: 1 addition & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@

<!-- Fav and touch icons -->
<link rel="shortcut icon" href="ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="ico/apple-touch-icon-57-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="ico/apple-touch-icon-precomposed.png">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Michael Crosby & Kevan Ahlquist",
"name": "dockerui",
"homepage": "https://github.com/crosbymichael/dockerui",
"version": "0.8.0",
"version": "0.9.0-beta",
"repository": {
"type": "git",
"url": "[email protected]:crosbymichael/dockerui.git"
Expand Down

0 comments on commit c3f22fe

Please sign in to comment.