glib-web 0.5.11 → 0.5.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 811686b2291bc31023b9d5980a6cb54cc2a97a26
|
|
4
|
+
data.tar.gz: 8f6ed8e3d277ca3c29190bcfe07d99c687c9e90c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 79af3fc3c2d8bb48ce3913735bcaac0722a515a588cba5373c80dd41f9cdef0963fcf64f58c28c84ccd81c0fe0e158d83c4476dec7b9b9bc7703952770b8cb26
|
|
7
|
+
data.tar.gz: 9738ce65f40301d15622da0617cb94795fdf90ceacb1e32066cfaa372ba7f7b1b45eb1e7b1494c6a25d2d68b43637f28cc96e46c2621aab80cbea827930e889e
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
1
|
batch_count = 30
|
|
3
2
|
items = (1..batch_count)
|
|
4
3
|
section = page.table_section_builder
|
|
@@ -10,4 +9,4 @@ section.rows objects: items, builder: ->(row, item, index) do
|
|
|
10
9
|
end, onClick: ->(action) do
|
|
11
10
|
action.windows_open url: json_ui_garage_url(path: 'home/blank')
|
|
12
11
|
end
|
|
13
|
-
end
|
|
12
|
+
end
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
page_index = params[:page].to_i
|
|
3
3
|
next_page = {
|
|
4
|
-
url: json_ui_garage_url(path: 'tables/
|
|
4
|
+
url: json_ui_garage_url(path: 'tables/autoload_as_needed', page: page_index + 1, section_only: 'v1'),
|
|
5
5
|
autoload: 'asNeeded'
|
|
6
6
|
}
|
|
7
7
|
|
|
@@ -9,6 +9,8 @@ page = json_ui_page json
|
|
|
9
9
|
column_indexes = (1..3)
|
|
10
10
|
|
|
11
11
|
if params[:section_only].present?
|
|
12
|
+
sleep 1
|
|
13
|
+
|
|
12
14
|
json.nextPage next_page if page_index < 3
|
|
13
15
|
json.sections do
|
|
14
16
|
json.child! do
|