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 +4 -4
- data/app/views/rails_admin/main/thecore_blazer_bi.html.erb +2 -0
- data/app/views/rails_admin/main/thecore_sidekiq_monitor.html.erb +2 -0
- data/config/initializers/{load_root_actions_for_thecore_ui_rails_admin.rb → thecore_ui_rails_admin_load_root_actions_for.rb} +1 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 06e6272391b9918573c29fcf1fc5d1fce2b9c94eff17a66155684471c9a2a84d
|
4
|
+
data.tar.gz: 465c91ef2ef87c1f0e51b15e797d16e8043f3cea1d441f06c48689fde631ba7f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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>
|
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.
|
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
|