thecore_ui_rails_admin 3.2.12 → 3.2.14
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: cb07f74d47545d610485c94eacf90a0e434a1257bdf21dff10035a3ab6fe3406
|
4
|
+
data.tar.gz: '0940afcd49c9058d998bcb818c3bf5c8ccd98abebed9ba99dfb7f17bea14c60e'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 93c82926aed8c38b369f1998a55e3e8c9030c7d6e8c32555b04dc75567301d72b49364a733f335b368c1b1fd7963d402d4ad0707033258e25f333b0e63052e1b
|
7
|
+
data.tar.gz: 548b8f38f240847150a028a72779381d074eabe13e065a8dec882619f0fc8577ff1e2a428cb564278955a692560d911e7f3f02bae8c5e4239ab27e87f1a89618
|
@@ -25,8 +25,8 @@ $(document).on('turbo:load', function (event) {
|
|
25
25
|
})
|
26
26
|
console.log(" - Hash:", currentURL.hash);
|
27
27
|
|
28
|
-
// Add the
|
29
|
-
const customer_logo_path = "<%= asset_path('
|
28
|
+
// Add the app_logo before the Title
|
29
|
+
const customer_logo_path = "<%= asset_path('app_logo.svg') %>";
|
30
30
|
$(".navbar-brand").prepend(`<img class="navbar-brand-logo" alt="Customer Logo" src="${customer_logo_path}"/>`);
|
31
31
|
});
|
32
32
|
|
@@ -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>
|
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.14
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gabriele Tassoni
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-02-05 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: thecore_ui_commons
|