foreman_datacenter 0.1.12 → 0.1.13
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/models/concerns/foreman_datacenter/host_extensions.rb +1 -1
- data/app/views/foreman_datacenter/device_roles/index.html.erb +2 -1
- data/app/views/foreman_datacenter/device_types/index.html.erb +2 -1
- data/app/views/foreman_datacenter/manufacturers/index.html.erb +2 -1
- data/app/views/foreman_datacenter/platforms/index.html.erb +2 -1
- data/app/views/foreman_datacenter/rack_groups/index.html.erb +2 -1
- data/app/views/foreman_datacenter/racks/index.html.erb +2 -1
- data/app/views/foreman_datacenter/sites/index.html.erb +2 -1
- data/lib/foreman_datacenter/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 849351f650ad4c2513970b6b17e13ea6ac73b5a3
|
4
|
+
data.tar.gz: bbad7a0ac336ab434e52ec58e02fa9c7fc348b2b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2256af34aea744ac4864d135d1bcd26ddf3f9a231725ee665bd0da7ac821806b6bbc6258a69e17b67cfe813cf2eb81df6c4f710bc9b54281c75fc34b92845fb9
|
7
|
+
data.tar.gz: b2506c66f219ff9d3ca0ad9e7f37adb497ae0476526099e232c22fb0d0197dad7b1cddd8340a4cf12eab8f683ea7daf6c178f005ef0b0348439e697ec4e742c8
|
@@ -1,5 +1,6 @@
|
|
1
1
|
<% title _('Device Roles') %>
|
2
|
-
|
2
|
+
<%# title_actions display_link_if_authorized(_('New device role'), hash_for_new_device_role_path, class: 'btn btn-success'), help_path %>
|
3
|
+
<% title_actions display_link_if_authorized(_('New device role'), hash_for_new_device_role_path, class: 'btn btn-success') %>
|
3
4
|
|
4
5
|
<table class="table table-bordered table-striped table-two-pane">
|
5
6
|
<thead>
|
@@ -1,5 +1,6 @@
|
|
1
1
|
<% title _('Device Types') %>
|
2
|
-
|
2
|
+
<%# title_actions display_link_if_authorized(_('New device type'), hash_for_new_device_type_path, class: 'btn btn-success'), help_path %>
|
3
|
+
<% title_actions display_link_if_authorized(_('New device type'), hash_for_new_device_type_path, class: 'btn btn-success') %>
|
3
4
|
|
4
5
|
<table class="table table-bordered table-striped table-two-pane">
|
5
6
|
<thead>
|
@@ -1,5 +1,6 @@
|
|
1
1
|
<% title _('Manufacturers') %>
|
2
|
-
|
2
|
+
<%# title_actions display_link_if_authorized(_('New manufacturer'), hash_for_new_manufacturer_path, class: 'btn btn-success'), help_path %>
|
3
|
+
<% title_actions display_link_if_authorized(_('New manufacturer'), hash_for_new_manufacturer_path, class: 'btn btn-success') %>
|
3
4
|
|
4
5
|
<table class="table table-bordered table-striped table-two-pane">
|
5
6
|
<thead>
|
@@ -1,5 +1,6 @@
|
|
1
1
|
<% title _('Platforms') %>
|
2
|
-
|
2
|
+
<%# title_actions display_link_if_authorized(_('New Platform'), hash_for_new_platform_path, class: 'btn btn-success'), help_path %>
|
3
|
+
<% title_actions display_link_if_authorized(_('New Platform'), hash_for_new_platform_path, class: 'btn btn-success') %>
|
3
4
|
|
4
5
|
<table class="table table-bordered table-striped table-two-pane">
|
5
6
|
<thead>
|
@@ -1,5 +1,6 @@
|
|
1
1
|
<% title _("Rack Groups") %>
|
2
|
-
|
2
|
+
<%# title_actions display_link_if_authorized(_("New Rack Group"), hash_for_new_rack_group_path, class: 'btn btn-success'), help_path %>
|
3
|
+
<% title_actions display_link_if_authorized(_("New Rack Group"), hash_for_new_rack_group_path, class: 'btn btn-success') %>
|
3
4
|
|
4
5
|
<table class="table table-bordered table-striped table-two-pane">
|
5
6
|
<thead>
|
@@ -1,7 +1,8 @@
|
|
1
1
|
<% javascript 'foreman_datacenter/racks' %>
|
2
2
|
|
3
3
|
<% title _("Racks") %>
|
4
|
-
|
4
|
+
<%# title_actions display_link_if_authorized(_("New Rack"), hash_for_new_rack_path, class: 'btn btn-success'), help_path %>
|
5
|
+
<% title_actions display_link_if_authorized(_("New Rack"), hash_for_new_rack_path, class: 'btn btn-success') %>
|
5
6
|
|
6
7
|
<table class="table table-bordered table-striped table-two-pane">
|
7
8
|
<thead>
|
@@ -1,5 +1,6 @@
|
|
1
1
|
<% title _("Sites") %>
|
2
|
-
|
2
|
+
<%# title_actions display_link_if_authorized(_("New Site"), hash_for_new_site_path, class: 'btn btn-success'), help_path %>
|
3
|
+
<% title_actions display_link_if_authorized(_("New Site"), hash_for_new_site_path, class: 'btn btn-success') %>
|
3
4
|
|
4
5
|
<table class="table table-bordered table-striped table-two-pane">
|
5
6
|
<thead>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foreman_datacenter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.13
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pavel Ivanov
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-08-
|
11
|
+
date: 2017-08-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: deface
|