thecore_ui_rails_admin 2.6.1 → 2.6.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: 04736c5239fe4dcaa93fb9ef47d3dfee0655a5fd7d85c30af9c824bdd94544dd
4
- data.tar.gz: 6295df358ee18ba3e0347ccef72c41e1839e3a4d44609cebb3121695acf981a8
3
+ metadata.gz: 06e6272391b9918573c29fcf1fc5d1fce2b9c94eff17a66155684471c9a2a84d
4
+ data.tar.gz: 465c91ef2ef87c1f0e51b15e797d16e8043f3cea1d441f06c48689fde631ba7f
5
5
  SHA512:
6
- metadata.gz: 8e5b01857e292611c648f98034148379edef7ce579509c400fb63b8664b2872baa68b2fc2de7a314b803a39c9a2330ed7da773d5441076bb4ea8e8180b252a5e
7
- data.tar.gz: 40cd1f2efc9ae07e9aa5f60b2205bd0755b8477e5e85eedf3fd2e286b852ecf5d36ae0067bc32198dea7df45bfa4c0a5c5a1c3d9f68ce98d7fd73cf087cea042
6
+ metadata.gz: cbe3ae8a449b9834289ce50b01b4f446f4529a7cd712d7e60eeb946ad2ccd747abe08e87550cc3adaf9e7407ecf7b75c77b81c519746a8cac32f7edc5464b07b
7
+ data.tar.gz: e011939e3646c2fd44a6a2c15f500d868190c70e33ef474d2ab1e7d5ce8ed5f6d26fe560cfede81cf1757d44ee21383a277783e0a13c51c0d8ca107e82e43018
@@ -1,3 +1,5 @@
1
+ <span class="hide-toolbar"></span>
2
+
1
3
  <iframe class="thecore-blazer-bi" src="/blazer" title="Business Intelligence" frameborder="0"
2
4
  allow="accelerometer; clipboard-write; encrypted-media; gyroscope;" allowfullscreen style="width:100%; min-height:70vh"
3
5
  scrolling="no" onload="adjustIframe(this)"></iframe>
@@ -1,3 +1,5 @@
1
+ <span class="hide-toolbar"></span>
2
+
1
3
  <iframe class="sidekiq-monitor" src="/sidekiq" title="Background Processes Monitor" frameborder="0"
2
4
  allow="accelerometer; clipboard-write; encrypted-media; gyroscope;" allowfullscreen style="width:100%;"
3
5
  scrolling="no" onload="adjustIframe(this)"></iframe>
@@ -1,7 +1,6 @@
1
-
2
1
  RailsAdmin.config do |config|
3
2
  config.actions do
4
3
  thecore_sidekiq_monitor
5
4
  thecore_blazer_bi
6
5
  end
7
- end
6
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thecore_ui_rails_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.1
4
+ version: 2.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni
@@ -179,10 +179,10 @@ files:
179
179
  - app/views/rails_admin/main/thecore_sidekiq_monitor.html.erb
180
180
  - app/views/shared/_flash.html.erb
181
181
  - config/blazer.yml
182
- - config/initializers/load_root_actions_for_thecore_ui_rails_admin.rb
183
182
  - config/initializers/rails_admin.rb
184
183
  - config/initializers/thecore_concern.rb
185
184
  - config/initializers/thecore_ui_rails_admin_app_configs.rb
185
+ - config/initializers/thecore_ui_rails_admin_load_root_actions_for.rb
186
186
  - config/locales/en.index_cards.custom.yml
187
187
  - config/locales/en.main.yml
188
188
  - config/locales/en.rails_admin.yml