thecore_ui_rails_admin 3.2.11 → 3.2.13
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 523359e0f1f547b074ec31c1702577d481d3b58c70a42726e83a7684590a2717
|
4
|
+
data.tar.gz: 1cea92e450a3763f7b7f41486c5bb125fcf20d880db4ffecdb4a56844b80c24b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 36500ef5396efc478495bf755806d19ab349030e876f1ca41efcc778e043813805f1d979088c64e4ea0cdae4e3d7fb8553850ef1cfcc5f28a9a6e835b8e5f790
|
7
|
+
data.tar.gz: 1a3c5d9a53bfc3b493dcd1ab3ba452a289d0b693d239544b05c5d55fea1a0096f6f65b647e6ed941cffc37553ea71da2e38eb6589f908f21f80edf49d5c33780
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<span class="hide-toolbar"></span>
|
2
2
|
|
3
|
-
<iframe class="sidekiq-monitor" src="<%=ENV['RAILS_RELATIVE_URL_ROOT']
|
3
|
+
<iframe class="sidekiq-monitor" src="<%="#{ENV['RAILS_RELATIVE_URL_ROOT']}/sidekiq".gsub('//','/')%>" title="Background Processes Monitor" frameborder="0"
|
4
4
|
allow="accelerometer; clipboard-write; encrypted-media; gyroscope;" allowfullscreen style="width:100%;"
|
5
5
|
scrolling="no" onload="adjustIframe(this)"></iframe>
|
data/config/routes.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: thecore_ui_rails_admin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.2.
|
4
|
+
version: 3.2.13
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gabriele Tassoni
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-01-
|
10
|
+
date: 2025-01-30 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: thecore_ui_commons
|