foreman_chef 0.7.0 → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 075d1d5147bf46098837bb05f3900aa8ac850aed
4
- data.tar.gz: 583d6747a7d02477f8fbde87cf21ff2f30ddc384
3
+ metadata.gz: f6793738ad6e01b9a2564f626d27de317dc9788d
4
+ data.tar.gz: c7418bb330a0406563344b2c949773472db9db3e
5
5
  SHA512:
6
- metadata.gz: 3dc48433b44ff0a836cf36be0d2ab8cdbe1fc9b4e6ca367221d408a927587ed92b76fbf4e454a233e7b3f7968883e37909f61325bac449a70293355021ae976f
7
- data.tar.gz: 4aa4081ab221c9d2d55afe7695f4c9516a7f683f28ad89bcc8124233f2280a847771ff7704faa31b279e4d10b410f68b159cd96cd76098aa31016fae05d0dcc3
6
+ metadata.gz: c176424cb639e23dd7f4a1f717092a87bb2df39e9603ac7d37ee0bc92bf3ed11a8bb07ed2125507d6b297035e209f284f08b852c284012b1822a076f3ef2cd96
7
+ data.tar.gz: 219f69826a5741a5686e606da018094fa6bd5c48939542c8b18df8300a9a6b9d1380d86f4647a120f10d7da44d0a5993629d6be6306074c0e6571a40f2ab6a19
@@ -14,7 +14,7 @@
14
14
  "toggleCheckboxesBySelector('.env_select_boxes_obsolete')",
15
15
  :title => _("Check/Uncheck obsolete")) %>
16
16
  </h6>
17
- <table class="table table-striped table-bordered">
17
+ <table class="<%= table_css_classes %>">
18
18
  <thead>
19
19
  <tr>
20
20
  <th class="ca">
@@ -9,7 +9,7 @@
9
9
  ) %>
10
10
  <% title_actions button_group(new_link(_('New Chef Environment'))) %>
11
11
 
12
- <table class="table table-bordered table-striped">
12
+ <table class="<%= table_css_classes %>">
13
13
  <tr>
14
14
  <th><%= sort :name, :as => s_('Environment|Name') %></th>
15
15
  <th><%= sort :host, :as => _('Hosts'), :default => 'DESC' %></th>
@@ -1,3 +1,3 @@
1
1
  module ForemanChef
2
- VERSION = "0.7.0"
2
+ VERSION = "0.8.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_chef
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marek Hulan