glib-web 4.11.0 → 4.11.1
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: a1ebd996e80534c575ee0a88635888fd6ad9408f49c9e359494196902fdfb29c
|
4
|
+
data.tar.gz: fb9ccd869a682d4b7fec2aa3289bdee4e473eff8b104cc3cd49c2c88193ce24a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 56925d3bfdc5d7cb4750c634740f331710d468e80fa86f8db08c378135e35d33ffa9a3548bbd2bdb0d5f9c84e547ec8e9f43dc423bb5ae6996effcb87d3835fd
|
7
|
+
data.tar.gz: '013929b282775351f72c4753b9717205d54e9be29afb808e90b89432d6c3be4907644359b0161b98fa9e038381e620817b294e9f205c71b8d0462e2b2f490da9'
|
@@ -41,7 +41,7 @@ page.scroll childViews: ->(scroll) do
|
|
41
41
|
# { text: 'Power Station', value: 'power_station' }
|
42
42
|
|
43
43
|
scroll.button displayed: false, id: 'submit_top', text: 'submit', onClick: ->(action) do
|
44
|
-
action.forms_submit targetId: '
|
44
|
+
action.forms_submit targetId: 'import_table'
|
45
45
|
end
|
46
46
|
scroll.panels_responsive styleClass: 'overflow-y-auto', width: 'matchParent', height: 500, childViews: ->(wres) do
|
47
47
|
wres.panels_horizontal align: 'middle', childViews: ->(horizontal) do
|