foreman_hosts 0.0.13dev → 1.0.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.
@@ -1,7 +1,7 @@
1
- <div class="four wide right column">
2
- <% title_actions multiple_actions_select, button_group(link_to_if_authorized _("New Host"), hash_for_report_index_path) %>
3
- <a href="javascript:void(0);" class="ui green button icon mini" id="btnExport" onclick="export_excel();">导出</a>
4
- </div>
1
+ <div class="four wide right column">
2
+ <button class='btn btn-info' type='button'><a href="javascript:void(0);" class="ui green button icon mini" id="btnExport" onclick="export_excel();">Export</a></button>
3
+
4
+ </div>
5
5
  <%= javascript "jquery.cookie", "host_checkbox" %>
6
6
  <% title header ||= "" %>
7
7
  <table class="table table-bordered table-striped table-condensed" id="tblExport">
@@ -40,8 +40,6 @@ module ForemanHosts
40
40
  end
41
41
  # menu :top_menu, :template,
42
42
  # url_hash: { controller: :'foreman_hosts/hosts', action: :new_action },
43
- # url_hash: { controller: :'foreman_hosts/hosts', action: :export },
44
-
45
43
  # caption: 'ForemanHosts',
46
44
  # parent: :hosts_menu,
47
45
  # after: :hosts
@@ -1,3 +1,3 @@
1
1
  module ForemanHosts
2
- VERSION = '0.0.13dev'
2
+ VERSION = '1.0.0'
3
3
  end
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_hosts
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.13dev
5
- prerelease: 6
4
+ version: 1.0.0
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - jianbo
@@ -92,9 +92,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
92
92
  required_rubygems_version: !ruby/object:Gem::Requirement
93
93
  none: false
94
94
  requirements:
95
- - - ! '>'
95
+ - - ! '>='
96
96
  - !ruby/object:Gem::Version
97
- version: 1.3.1
97
+ version: '0'
98
98
  requirements: []
99
99
  rubyforge_project:
100
100
  rubygems_version: 1.8.23