thecore_ui_rails_admin 3.0.15 → 3.0.17
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/rails_admin/custom/{ui.js → ui.js.erb} +4 -0
- data/app/assets/stylesheets/rails_admin/custom/theming.scss +4 -0
- data/config/initializers/concern_export.rb +1 -0
- data/config/initializers/concern_role.rb +1 -0
- data/config/initializers/concern_settings.rb +1 -0
- data/config/initializers/concern_user.rb +1 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 588b28401bb4dd2d210df1c951c46601418508a6a5f8fd03c7e0a55f0f7394db
|
4
|
+
data.tar.gz: 69728eb96beb9c3ea4dd8c82a7c1a2d8f29975d685e4cd346f976ce469fcd39c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5994781dfacfdc8440dd3f139487735adeafac4d6443b7ab6abe1402321e56143e1c84f9a51bc715e8f62e945e5d4c0dff8504e9728dc556f80fe2b4f2ea3e6b
|
7
|
+
data.tar.gz: 3913f948061a075261dbecf75c3cbe238d332ef975bcc613b8744c82df601d8c9240f866eefa614eb3c97a73f4429b11c3738d34147e9510571dfaa11509f583
|
@@ -26,6 +26,10 @@ $(document).on('turbo:load', function (event) {
|
|
26
26
|
console.log(` - ${k}: ${v}`);
|
27
27
|
})
|
28
28
|
console.log(" - Hash:", currentURL.hash);
|
29
|
+
|
30
|
+
// Add the customer_logo before the Title
|
31
|
+
const customer_logo_path = "<%= asset_path('customer_logo.png') %>";
|
32
|
+
$(".navbar-brand").prepend(`<img class="navbar-brand-logo" alt="Customer Logo" src="${customer_logo_path}"/>`);
|
29
33
|
});
|
30
34
|
|
31
35
|
const sidepanel = "body > div.container-fluid > div > div.col-sm-3.col-md-2.flex-wrap.p-0"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: thecore_ui_rails_admin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.17
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gabriele Tassoni
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-02-
|
11
|
+
date: 2023-02-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thecore_ui_commons
|
@@ -65,7 +65,7 @@ files:
|
|
65
65
|
- app/assets/config/thecore_ui_rails_admin_manifest.js
|
66
66
|
- app/assets/javascripts/devise/sessions.js
|
67
67
|
- app/assets/javascripts/rails_admin/custom/thecore/ui.js
|
68
|
-
- app/assets/javascripts/rails_admin/custom/ui.js
|
68
|
+
- app/assets/javascripts/rails_admin/custom/ui.js.erb
|
69
69
|
- app/assets/javascripts/selectize.min.js
|
70
70
|
- app/assets/stylesheets/devise/custom/sessions.scss
|
71
71
|
- app/assets/stylesheets/devise/custom/thecore/sessions.scss
|