foreman_docker 2.1.0 → 2.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/containers/index.html.erb +3 -1
- data/app/views/registries/index.html.erb +3 -1
- data/lib/foreman_docker/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ca765fa935bb364c2d3f7fbb17fd066eeed01a8f
|
4
|
+
data.tar.gz: d488dee47746e6805e40ed8e84d4fadc2d75a84e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c9b6bf889814e3b29f09b3ae11fb263a08ccdfa8e468eff22daec5c164b2f89e120fc05d732865926ae11a397406bca4bab2d49844b9461c042be7b303ffb5fa
|
7
|
+
data.tar.gz: 934ba8ca1909f47ed825ad23f8e984d01a5827f538eb41b84e7ec379df3bd2f94a7f93828ba731aaba900ced7e59843b49d001a0f05a2be3e9eb3fdc61d6346b
|
@@ -1,6 +1,8 @@
|
|
1
1
|
<% title _("Containers") %>
|
2
2
|
|
3
|
-
<%= title_actions(
|
3
|
+
<%= title_actions(display_link_if_authorized(
|
4
|
+
_('New container'),
|
5
|
+
hash_for_new_container_path)) %>
|
4
6
|
|
5
7
|
<ul class="nav nav-tabs" data-tabs="tabs">
|
6
8
|
<% @container_resources.each_with_index do |resource, i| %>
|
@@ -1,6 +1,8 @@
|
|
1
1
|
<% title _("Registries") %>
|
2
2
|
|
3
|
-
<%= title_actions(
|
3
|
+
<%= title_actions(display_link_if_authorized(
|
4
|
+
_('New registry'),
|
5
|
+
hash_for_new_registry_path)) %>
|
4
6
|
|
5
7
|
<table class="table table-bordered table-striped table-condensed" data-table="inline">
|
6
8
|
</thead>
|