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: 5412528ab8226b4854acbbec0e27427ad7e7f636be5e46a2eb9e85eb82a7e4f6
4
- data.tar.gz: 7d08655d159c1032001877e08c53a580e99871cb73f9556be17db390866487ca
3
+ metadata.gz: cb07f74d47545d610485c94eacf90a0e434a1257bdf21dff10035a3ab6fe3406
4
+ data.tar.gz: '0940afcd49c9058d998bcb818c3bf5c8ccd98abebed9ba99dfb7f17bea14c60e'
5
5
  SHA512:
6
- metadata.gz: 161e459548cb8fb2e80612b70f1a3df9230b41f6c5071d3bfea157145fe70444f08323f205223612fb111c2a7f5d86f6083df204711582d2f17909fa17a2d535
7
- data.tar.gz: b95f600e7792fa0a7620410d4535c2b46b1084ca8a9ca61f140c061f6dc3600a70117af8a89f073021757446b57a3a15d1afacb5676b1dc6649f3e8e4f1c6209
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 customer_logo before the Title
29
- const customer_logo_path = "<%= asset_path('customer_logo.png') %>";
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']%>/sidekiq" title="Background Processes Monitor" frameborder="0"
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>
@@ -1,3 +1,3 @@
1
1
  module ThecoreUiRailsAdmin
2
- VERSION = "3.2.12".freeze
2
+ VERSION = "3.2.14".freeze
3
3
  end
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.12
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-01-30 00:00:00.000000000 Z
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