Upgrade to latest Message Bus
This commit is contained in:
parent
b6c2232e7f
commit
efcaac177d
|
|
@ -6,6 +6,8 @@ module DockerManager
|
|||
layout nil
|
||||
|
||||
def index
|
||||
return if Rails.env.development?
|
||||
|
||||
version = File.read('/VERSION') rescue '1.0.0'
|
||||
if version == '1.0.0'
|
||||
version = '1.0.13' if File.exist?('/usr/local/lib/libpng16.so.16.19.0')
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -13,6 +13,16 @@
|
|||
<link rel="stylesheet" href="assets/docker-manager.css">
|
||||
|
||||
{{content-for 'head-footer'}}
|
||||
|
||||
<script>
|
||||
window.Discourse = {
|
||||
hasLatestPngcrush: true,
|
||||
getURL: function(url) {
|
||||
return url;
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
{{content-for 'body'}}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"loader.js": "ember-cli/loader.js#3.2.0",
|
||||
"qunit": "~1.17.1",
|
||||
"bootbox": "~4.3.0",
|
||||
"message-bus": "https://github.com/SamSaffron/message_bus.git",
|
||||
"message-bus": "https://github.com/SamSaffron/message_bus.git#84f733c14e5b4e7f2464b5b45944ceccec727899",
|
||||
"momentjs": "~2.8.4"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue