foreman_discovery 15.0.1 → 15.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6616fcb141c9b34f56d2878914d9aa3fa32d6338b4a665db8264c5b265c352fb
4
- data.tar.gz: d4e1f3143cf169b12af2dd77210c248d86722125dfa1b3aec0872d6991bf0586
3
+ metadata.gz: 7da55b634c6847d6d4694e7c01c05640481de4589267d8b0f8bfad89e18be03e
4
+ data.tar.gz: e4321f0bd91cb985955c30f39c2497dc56cd43f7c9452d8bf81e933a4a704dbf
5
5
  SHA512:
6
- metadata.gz: 40b39fc7f5de86598c4b401eaac38a21ce0694f6aaf955e7a1263605ac27177089e64c06ef9c6a3e9157e63c8eae6ee1d4185c77fe1968084b5a005b56837ce0
7
- data.tar.gz: 6673f071cab3e4380454d86b6c5697825afd23ffeee63e0baaa0be30ee271b34c491782dbfe6034d8c3935a5c70590c7a1c82d37cb8cbb989b4fc71ae4157030
6
+ metadata.gz: 6b8adac21ff97553128c433c222a45ee8529a1d83ab75c9a0657d7b536320bc0b7420af6562eecdf5c0f1d684b118d64331c8e96158553edf9f5be93d4b6b600
7
+ data.tar.gz: 8ee273cf286df977a582413f006ecc7529b47b4507b2be598cde0c9db6fa91f0b6fbc3fcbfd5ff815873622fe5d1b6d3162cd0ba766c029d2635162a4168889a
@@ -4,25 +4,25 @@
4
4
  <div class="modal-header">
5
5
  <h4 class="modal-title" id="fixedPropertiesSelectorLabel">Select initial host properties</h4>
6
6
  </div>
7
- <div class="modal-body">
8
- <%= form_for host, :url => edit_discovered_host_path(host), :method => :get do |f| %>
9
- <%= select_f f, :hostgroup_id, accessible_resource_records(:hostgroup, :title).to_a, :id, :to_label,
10
- { :include_blank => true },
11
- { :help_inline => :indicator, :size => 'col-md-10' } %>
7
+ <%= form_for host, :url => edit_discovered_host_path(host), :method => :get do |f| %>
8
+ <div class="modal-body">
9
+ <%= select_f f, :hostgroup_id, accessible_resource_records(:hostgroup, :title).to_a, :id, :to_label,
10
+ { :include_blank => true },
11
+ { :help_inline => :indicator, :size => 'col-md-10' } %>
12
12
 
13
- <% if show_organization_tab? %>
14
- <%= select_f f, :organization_id, Organization.my_organizations, :id, :to_label, {}, {:size => 'col-md-10'} %>
15
- <% end %>
13
+ <% if show_organization_tab? %>
14
+ <%= select_f f, :organization_id, Organization.my_organizations, :id, :to_label, {}, {:size => 'col-md-10'} %>
15
+ <% end %>
16
16
 
17
- <% if show_location_tab? %>
18
- <%= select_f f, :location_id, Location.my_locations, :id, :to_label, {}, {:size => 'col-md-10'} %>
19
- <% end %>
20
- </div>
21
- <div class="modal-footer">
22
- <button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
23
- <input type="submit" class="btn btn-default" value="<%= _('Customize Host') %>" />
24
- <input type="submit" class="btn btn-primary" value="<%= _('Create Host') %>" name="quick_submit" />
25
- </div>
17
+ <% if show_location_tab? %>
18
+ <%= select_f f, :location_id, Location.my_locations, :id, :to_label, {}, {:size => 'col-md-10'} %>
19
+ <% end %>
20
+ </div>
21
+ <div class="modal-footer">
22
+ <button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
23
+ <input type="submit" class="btn btn-default" value="<%= _('Customize Host') %>" />
24
+ <input type="submit" class="btn btn-primary" value="<%= _('Create Host') %>" name="quick_submit" />
25
+ </div>
26
26
  <% end %>
27
27
  </div>
28
28
  </div>
@@ -1,3 +1,3 @@
1
1
  module ForemanDiscovery
2
- VERSION = "15.0.1"
2
+ VERSION = "15.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_discovery
3
3
  version: !ruby/object:Gem::Version
4
- version: 15.0.1
4
+ version: 15.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aditi Puntambekar
@@ -68,7 +68,7 @@ authors:
68
68
  autorequire:
69
69
  bindir: bin
70
70
  cert_chain: []
71
- date: 2019-07-23 00:00:00.000000000 Z
71
+ date: 2019-08-01 00:00:00.000000000 Z
72
72
  dependencies: []
73
73
  description: MaaS Discovery Plugin engine for Foreman
74
74
  email: gsutclif@redhat.com