glib-web 0.3.1 → 0.3.2
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d9ec87cd62e10d5ff2968512b549b607526eea62
|
4
|
+
data.tar.gz: 5b11ae40c9c31c8a98d1f6b5cc4e80992cbd7427
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2f98b4be9effe350a469d2176eb0c33b0eb99d69938d78cedf95395625a24129fba46c3e06154a6623d7e33053ff062b5b62708ad502c434a2d2779bffa1683c
|
7
|
+
data.tar.gz: ddc3a92d2b8eee4ef3627b8b3412afa25eeea91f3bba9dbfd48862245e034a595d85f801eddeec73f52c06b36a606098d1f9034805d3f4256a91102171ae348f
|
data/app/views/json_ui/garage/tables/{exportable.json.jbuilder → export_import.json.jbuilder}
RENAMED
File without changes
|
@@ -8,8 +8,8 @@ json_ui_page json do |page|
|
|
8
8
|
template.thumbnail title: 'Horizontal Scroll', onClick: ->(action) do
|
9
9
|
action.windows_open url: json_ui_garage_url(path: 'tables/horizontal_scroll')
|
10
10
|
end
|
11
|
-
template.thumbnail title: '
|
12
|
-
action.windows_open url: json_ui_garage_url(path: 'tables/
|
11
|
+
template.thumbnail title: 'Export/Import', onClick: ->(action) do
|
12
|
+
action.windows_open url: json_ui_garage_url(path: 'tables/export_import')
|
13
13
|
end
|
14
14
|
template.thumbnail title: 'Autoload All', onClick: ->(action) do
|
15
15
|
action.windows_open url: json_ui_garage_url(path: 'tables/autoload_all')
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: glib-web
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ''
|
@@ -94,7 +94,7 @@ files:
|
|
94
94
|
- app/views/json_ui/garage/panels/vertical.json.jbuilder
|
95
95
|
- app/views/json_ui/garage/tables/_autoload_section.json.jbuilder
|
96
96
|
- app/views/json_ui/garage/tables/autoload_all.json.jbuilder
|
97
|
-
- app/views/json_ui/garage/tables/
|
97
|
+
- app/views/json_ui/garage/tables/export_import.json.jbuilder
|
98
98
|
- app/views/json_ui/garage/tables/horizontal_scroll.json.jbuilder
|
99
99
|
- app/views/json_ui/garage/tables/index.json.jbuilder
|
100
100
|
- app/views/json_ui/garage/views/banners.json.jbuilder
|